Skip to content

Commit

Permalink
handler: set asyncResponse with true as default
Browse files Browse the repository at this point in the history
related: #41 (comment)
  • Loading branch information
lesismal committed Sep 5, 2022
1 parent 4778dd6 commit 5d0e0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ func NewHandler() Handler {
batchRecv: true,
batchSend: true,
asyncWrite: true,
asyncResponse: false,
asyncResponse: true,
recvBufferSize: 8192,
sendQueueSize: 4096,
maxBodyLen: DefaultMaxBodyLen,
Expand Down

0 comments on commit 5d0e0e9

Please sign in to comment.