Skip to content

Commit 4c21b13

Browse files
authored
Merge pull request #80 from MrThanlon/master
Fix #79, keep HTTP method when following
2 parents 5fb2786 + 0fc4130 commit 4c21b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/proto/http.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
use_proxy_from_env_var: false,
4444
user_agent: user_agent,
4545
follow_max: 8,
46+
follow_keep_method: true,
4647
response_timeout: ms(timeout),
4748
open_timeout: ms(open_timeout),
4849
auth: 'auto',

0 commit comments

Comments
 (0)