aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/websocket.test.js
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-10-10 18:50:46 -0700
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-10-10 18:50:46 -0700
commite9470121d2f2feeeebb449639319ea799e483075 (patch)
treed7f3c541cc8eeec6f16d167204b3e36274708f1b /integration/bunjs-only-snippets/websocket.test.js
parentee2e34866e3bc0d12ba5cb1d5041524776472d71 (diff)
downloadbun-e9470121d2f2feeeebb449639319ea799e483075.tar.gz
bun-e9470121d2f2feeeebb449639319ea799e483075.tar.zst
bun-e9470121d2f2feeeebb449639319ea799e483075.zip
Diffstat (limited to 'integration/bunjs-only-snippets/websocket.test.js')
0 files changed, 0 insertions, 0 deletions
e/v1.36.19...v1.36.23) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2021-01-13plugin/transfer: fix go-routine leak (#4380)Gravatar Miek Gieben 2-10/+56 PR #4161 is stalled. Tried to cherry pick the code from there, but that led to conflicts, manually copying over while taking into account the comments on that PR. Use that code and extend the error checking, don't modify existing tests and make the badwriter test simpler. Closes: #4161 Signed-off-by: Miek Gieben <miek@miek.nl> add tests Signed-off-by: Miek Gieben <miek@miek.nl> 2021-01-12forward/up: HC every 0.5 seconds, do not do exponential backoff (#4371)Gravatar Miek Gieben 1-23/+10 * remove hc backoff Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * fix mutex Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * Update plugin/pkg/up/up.go * fmt Signed-off-by: Miek Gieben <miek@miek.nl> Co-authored-by: Chris O'Haver <cohaver@infoblox.com> 2021-01-12fix record missing for zone with many of records (#4328)Gravatar luanphantiki 3-8/+18 * fix record missing for zone with many of records * Update debug log * Update debug mesg * update test_clouddns 2021-01-121.8.1 notes: sort PR (#4373)Gravatar Miek Gieben 1-14/+18 Automatically submitted. 2021-01-11d-Updated Azure plugin NS record (#4383)Gravatar Gunadhya 1-1/+1 Signed-off-by: gunadhya <6939749+gunadhya@users.noreply.github.com>