This project is mirrored from https://github.com/nhooyr/websocket.
Pull mirroring updated .
- Aug 22, 2024
-
-
Mathias Fredriksson authored
Since we rely on the connection not being hijacked too early (i.e. detecting the presence of http.Hijacker) to set headers, we must manually implement the unwrapping of the http.ResponseController. By doing so, we also retain Go 1.19 compatibility without build tags. Closes #455
-