You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The golang http server will write out on close, just in case nothing was written. Could the
End()method be changed to callWrite([]byte{})so that it will trigger the headers and status OK being written?This is using v2.0.0 of the library.