headers don't get written if no content or status is written
Aperta
- Lingua principale
- Go
- Stelle
- 651
- Fork
- 75
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The golang http server will write out on close, just in case nothing was written. Could the `End()` method be changed to call `Write([]byte{})` so that it will trigger the headers and status OK being written?
This is using v2.0.0 of the library.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.