Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bore-v0.6.0-x86_64-pc-windows-msvc.zip | 2025-06-09 | 673.5 kB | |
bore-v0.6.0-i686-pc-windows-msvc.zip | 2025-06-09 | 633.5 kB | |
bore-v0.6.0-aarch64-unknown-linux-musl.tar.gz | 2025-06-09 | 1.1 MB | |
bore-v0.6.0-armv7-unknown-linux-musleabihf.tar.gz | 2025-06-09 | 1.1 MB | |
bore-v0.6.0-i686-unknown-linux-musl.tar.gz | 2025-06-09 | 1.1 MB | |
bore-v0.6.0-armv7-unknown-linux-gnueabihf.tar.gz | 2025-06-09 | 1.0 MB | |
bore-v0.6.0-x86_64-unknown-linux-musl.tar.gz | 2025-06-09 | 1.1 MB | |
bore-v0.6.0-arm-unknown-linux-gnueabi.tar.gz | 2025-06-09 | 1.0 MB | |
bore-v0.6.0-arm-unknown-linux-musleabi.tar.gz | 2025-06-09 | 1.1 MB | |
bore-v0.6.0-x86_64-apple-darwin.tar.gz | 2025-06-09 | 972.7 kB | |
bore-v0.6.0-aarch64-apple-darwin.tar.gz | 2025-06-09 | 950.7 kB | |
README.md | 2025-06-09 | 431 Bytes | |
v0.6.0 source code.tar.gz | 2025-06-09 | 23.4 kB | |
v0.6.0 source code.zip | 2025-06-09 | 31.3 kB | |
Totals: 14 Items | 10.8 MB | 13 |
This version fixes a bug in handling of half-closed TCP streams. Previously, half-closing a TCP stream (FIN) would result in the entire proxy connection being dropped, but now it only closes that half of the stream.
What's Changed
- Use copy_bidirectional, handle half-closed TCP streams by @ekzhang in https://github.com/ekzhang/bore/pull/165
Full Changelog: https://github.com/ekzhang/bore/compare/v0.5.3...v0.6.0