Skip to content

Commit 44ac4b5

Browse files
committed
修改编译报错
1 parent d8ae0f0 commit 44ac4b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

ghttp/req.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type FormVal struct {
2525
Body []byte
2626
}
2727

28-
const ADD_LINE = 1 << 62
28+
const ADD_LINE = 1 << 30
2929

3030
type GurlCore struct {
3131
Method string `json:"method,omitempty"`

0 commit comments

Comments
 (0)