This project is mirrored from https://github.com/nhooyr/websocket.
Pull mirroring updated .
- Sep 09, 2024
-
-
Muhammad Atif Ali authored
-
Muhammad Atif Ali authored
-
Muhammad Atif Ali authored
-
Muhammad Atif Ali authored
Enable dependabot dependency updates
-
- 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
-
- Aug 21, 2024
-
-
bestgopher authored
Signed-off-by:
bestgopher <84328409@qq.com>
-
Kian Yang Lee authored
OS-specific behaviour is not necessary. This PR replaces filepath.Match with path.Match and also updated the documentation to reflect that. Closes #451
-
- Aug 15, 2024
-
-
Mathias Fredriksson authored
Sunset the dev branch
-
Mathias Fredriksson authored
-
Mathias Fredriksson authored
Revert "Split coverage and deploy jobs in static.yml to avoid env issue"
-
Mathias Fredriksson authored
This reverts commit 0f14077d.
-
Mathias Fredriksson authored
Clean out env passed to wasmbrowsertest in TestWasm
-
Mathias Fredriksson authored
-
Mathias Fredriksson authored
Split coverage and deploy jobs in static.yml to avoid env issue
-
Mathias Fredriksson authored
-
Mathias Fredriksson authored
Add setup-go to static.yml
-
Mathias Fredriksson authored
-
Mathias Fredriksson authored
Fix coverage
-
Mathias Fredriksson authored
-
- Aug 09, 2024
-
-
Ammar Bandukwala authored
Add transfer notice to README
-
Ammar Bandukwala authored
-
Ammar Bandukwala authored
Update import path to github.com/coder/websocket
-
Ammar Bandukwala authored
vulncheck was using slices which is only in newer Go versions.
-
Ammar Bandukwala authored
This will create easily solved breakage on updates but I figure it's best to pull the band aid off as early as possible
-
- Apr 12, 2024
-
-
Quinn Rivenwell authored
Use new atomic types from Go 1.19
-
- Apr 11, 2024
-
-
Jacob authored
-
- Apr 09, 2024
-
-
Jacob authored
This is a cleaner solution for the fix in #438 thanks to the fact that Go 1.19 now is the default and the atomic.Int64 types are automatically aligned correctly on 32 bit systems. Using this also means that xsync.Int64 can be removed. The new atomic.Int64 type solves the issue and should be quite a lot faster as it avoids the interface conversion.
-
- Apr 07, 2024
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Quinn Rivenwell authored
fix closenow race
-
Anmol Sethi authored
Context can be cancelled by parent. Doesn't indicate the CloseRead goroutine has exited.
-
Anmol Sethi authored
-
Anmol Sethi authored
See #326
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Apr 05, 2024
-
-
Anmol Sethi authored
Far simpler now. Sorry this took a while. Closes #427 Closes #429 Closes #434 Closes #436 Closes #437
-
Anmol Sethi authored
Not ideal but whatever, I'm going to rewrite all of this anyway.
-
Alexander Wang authored
-
- Mar 07, 2024
-
-
Anmol Sethi authored
Fix unaligned load error on 32-bit architectures Closes #432
-