supernovus / perl6-http-client

Build HTTP Clients easily with Perl 6
18 stars 11 forks source link

do not suppress Content-Length header #17

Closed robertlemmen closed 7 years ago

robertlemmen commented 7 years ago

this would break all PUT/POST requests

supernovus commented 7 years ago

One question, why was Content-Type and/or Content-Length being suppressed in the first place? I don't remember that code at all, there have been so many merge requests on this, it's hard to keep track. I see no reason either of those headers should be suppressed.