mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
parent
733873fa5e
commit
969a0dc66f
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ func (w *responseWriter) WriteHeader(status int) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *responseWriter) Write(p []byte) (int, error) {
|
func (w *responseWriter) Write(p []byte) (int, error) {
|
||||||
fmt.Printf("%#v\n", w.header)
|
|
||||||
if !w.headerWritten {
|
if !w.headerWritten {
|
||||||
w.WriteHeader(200)
|
w.WriteHeader(200)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue