Skip to content

Commit

Permalink
Fix #79, keep HTTP method when following
Browse files Browse the repository at this point in the history
Signed-off-by: huangziyi <[email protected]>
  • Loading branch information
MrThanlon committed Jun 13, 2024
1 parent 5fb2786 commit 0fc4130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/proto/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
use_proxy_from_env_var: false,
user_agent: user_agent,
follow_max: 8,
follow_keep_method: true,
response_timeout: ms(timeout),
open_timeout: ms(open_timeout),
auth: 'auto',
Expand Down

0 comments on commit 0fc4130

Please sign in to comment.