gateway icon indicating copy to clipboard operation
gateway copied to clipboard

#38 ensure that headers and status code get written, even if nothing …

Open UnquietCode opened this issue 4 years ago • 2 comments

#38 ensure that headers and status code get written, even if nothing was ever written. This better aligns with the golang http package's own behavior to write on close.

UnquietCode avatar Nov 09 '20 02:11 UnquietCode

Bump

jpillora avatar May 07 '21 04:05 jpillora

While we wait for merge, use this PR with:

$ go mod edit -replace github.com/apex/gateway/v2=github.com/UnquietCode/gateway/v2@issue38_write_on_close
$ go mod tidy

jpillora avatar May 07 '21 04:05 jpillora