Files
fn-serverless/api/agent
Reed Allman bae13d6c29 fix the http protocol dumper (#705)
we were using the httputil.DumpRequest when there is a perfectly good
req.Write method hanging out in the stdlib, that even does the chunked thing
that a few people ran into if they don't provide a content length:
https://golang.org/pkg/net/http/#Request.Write -- so we shouldn't run into
that issue again. I hit this in testing and it was not very fun to debug, so
added a test that repro'd it on master and fixes it here. of course, adding a
content length works too. tested this and it appears to work pretty well, also
cleaned up the control flow a little bit in http protocol.
2018-01-22 11:41:04 -08:00
..
2018-01-12 11:38:28 -08:00
2017-12-12 15:54:55 -08:00
2018-01-19 12:35:52 -08:00
2018-01-12 11:38:28 -08:00
2017-12-12 15:54:55 -08:00
2017-10-25 16:25:59 +02:00
2017-12-05 08:22:03 -08:00
2018-01-19 12:35:52 -08:00
2018-01-22 16:55:30 +00:00