mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-30 05:42:50 +00:00
* Fix for missing content-length header when using QUIC If request.ContentLength is set then it will be used instead of getting it from request.Header map since quic-go(lucas-clemente/quic-go@bb24be8) will not store (and pass) the Content-Length header using its header map. This fixes a potential issue where FastCGI POST requests body empty when QUIC is enabled. (#1370) * Change the data type for fastcgi contentLength to int64 quic-go uses int64 for contentLength * Fix an error for undeclared variable * Fix test for fcgiclient the data type for contentLength |
||
|---|---|---|
| .. | ||
| dialer.go | ||
| dialer_test.go | ||
| fastcgi.go | ||
| fastcgi_test.go | ||
| fcgi_test.php | ||
| fcgiclient.go | ||
| fcgiclient_test.go | ||
| setup.go | ||
| setup_test.go | ||