codinget
  • Joined on 2022-10-19
codinget deleted branch worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 from webnet/webnet 2026-06-04 23:24:43 +02:00
codinget pushed to main at webnet/webnet 2026-06-04 23:24:43 +02:00
cb275ef62a fix(http): fix lint errors in redirect implementation (prefer-const, no-unused-vars)
f720b8a53f chore(http): tag unreachable drain-failure paths with c8 ignore
380686595a test(http): improve redirect + drain() coverage to 99.81% statements
cbc95fc56c fix(http): same-connection mode must not reconnect; add 304 test
8a49b0a51d feat(http): add 3xx redirect support to fetch/fetch.stream
Compare 5 commits »
codinget merged pull request webnet/webnet#17 2026-06-04 23:24:41 +02:00
feat(http): add 3xx redirect support to fetch/fetch.stream
codinget pushed to worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 at webnet/webnet 2026-06-04 23:22:00 +02:00
cb275ef62a fix(http): fix lint errors in redirect implementation (prefer-const, no-unused-vars)
codinget pushed to worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 at webnet/webnet 2026-06-04 23:15:14 +02:00
f720b8a53f chore(http): tag unreachable drain-failure paths with c8 ignore
380686595a test(http): improve redirect + drain() coverage to 99.81% statements
cbc95fc56c fix(http): same-connection mode must not reconnect; add 304 test
8a49b0a51d feat(http): add 3xx redirect support to fetch/fetch.stream
4250c3d258 docs: update AI disclosure for websocket/client + websocket/server subpath exports
Compare 10 commits »
codinget deleted branch worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD from webnet/webnet 2026-06-04 23:06:01 +02:00
codinget pushed to main at webnet/webnet 2026-06-04 23:06:01 +02:00
4250c3d258 docs: update AI disclosure for websocket/client + websocket/server subpath exports
21cf22347a feat(http/websocket): add websocket/client and websocket/server subpath exports
5b48ab50ca test(http/websocket): add coverage for protocols option, basic-auth URL, abrupt close
aaec794c88 fix(http): prevent pool race when a fetch() response is promoted to WebSocket
a8ccea5065 refactor(http/websocket): rework connectWebSocket to use dialer+URL or ClientResponse
Compare 6 commits »
codinget merged pull request webnet/webnet#18 2026-06-04 23:06:00 +02:00
feat(http): WebSocket support (@webnet/http/websocket)
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-06-04 23:02:58 +02:00
4250c3d258 docs: update AI disclosure for websocket/client + websocket/server subpath exports
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-06-04 01:07:04 +02:00
21cf22347a feat(http/websocket): add websocket/client and websocket/server subpath exports
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-06-01 13:12:17 +02:00
5b48ab50ca test(http/websocket): add coverage for protocols option, basic-auth URL, abrupt close
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-06-01 09:45:37 +02:00
aaec794c88 fix(http): prevent pool race when a fetch() response is promoted to WebSocket
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-06-01 01:08:49 +02:00
a8ccea5065 refactor(http/websocket): rework connectWebSocket to use dialer+URL or ClientResponse
codinget pushed to worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 at webnet/webnet 2026-05-31 21:32:22 +02:00
89de247a61 chore(http): tag unreachable drain-failure paths with c8 ignore
codinget pushed to worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 at webnet/webnet 2026-05-31 21:08:02 +02:00
72cab4956c test(http): improve redirect + drain() coverage to 99.81% statements
codinget pushed to worktree-bridge-cse_013dxKwZE2FFh9CsjidU8mc7 at webnet/webnet 2026-05-31 19:36:05 +02:00
0a3ca0dbcd fix(http): same-connection mode must not reconnect; add 304 test
codinget created pull request webnet/webnet#18 2026-05-31 14:11:02 +02:00
WIP: feat(http): WebSocket support (@webnet/http/websocket)
codinget created branch worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD in webnet/webnet 2026-05-31 14:10:46 +02:00
codinget pushed to worktree-bridge-cse_01Qgeq7pHMDfDdBut1j2fATD at webnet/webnet 2026-05-31 14:10:46 +02:00
33144f52f0 feat(http): add WebSocket support in @webnet/http/websocket
codinget created pull request webnet/webnet#17 2026-05-31 14:04:14 +02:00
WIP: feat(http): add 3xx redirect support to fetch/fetch.stream