mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-12 14:30:54 +08:00
修改Partial Content的Bounary值长度(从60字节修改为16字节)
This commit is contained in:
@@ -10,6 +10,13 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func TestHTTPRequest_httpRequestGenBoundary(t *testing.T) {
|
||||
for i := 0; i < 10; i++ {
|
||||
var boundary = httpRequestGenBoundary()
|
||||
t.Log(boundary, "[", len(boundary), "bytes", "]")
|
||||
}
|
||||
}
|
||||
|
||||
func TestHTTPRequest_httpRequestParseContentRange(t *testing.T) {
|
||||
a := assert.NewAssertion(t)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user