Uh oh!
There was an error while loading. Please reload this page.
http: add PUT,TRACE methods to support - #2703
Conversation
There are two more http methods to support: PUT,TRACE Add put, trace methods to support
yorkie
commented
Sep 5, 2015
Guess this should be disable |
JungMinu
commented
Sep 5, 2015
@yorkie Can I ask you please explain why? |
yorkie
commented
Sep 5, 2015
No worries, I found the following line is (just curious which feature do they support?) |
ChALkeR
commented
Sep 5, 2015
Could you provide a testcase that this change fixes? |
JungMinu
commented
Sep 5, 2015
@ChALkeR Rather than fixing, this PR provides additional cases for PUT, TRACE methods |
ChALkeR
commented
Sep 5, 2015
@JungMinu Are you sure that they were broken/unsupported without this pull request? If yes, please provide a testcase. If no, I see no point in this PR. |
targos
commented
Sep 5, 2015
@JungMinu This change is not trivial. It needs to be tested. There is already a test for this code path added in the following commit: aef0960. What is your reasoning for changing the value of |
There are two more http methods to support: PUT,TRACE
Add put, trace methods to support