Skip to content

Commit

Permalink
Merge pull request #80 from MrThanlon/master
Browse files Browse the repository at this point in the history
Fix #79, keep HTTP method when following
  • Loading branch information
tcort authored Nov 5, 2024
2 parents 5fb2786 + 0fc4130 commit 4c21b13
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 4c21b13

Please sign in to comment.