mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #30] Stuck/slow OPTIONS response when no body #30
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @natanavra on GitHub (Oct 25, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/30
Noticed when using Tunnelto.dev with a nodejs/express app and returning an empty response for OPTIONs request results in very long request time (20-60 seconds), it works eventually but very slow to work with and test.
Here's how I used to handle OPTIONS:
Once I changed the response to have a body, tunnelto.dev started handling it much faster:
@agrinman commented on GitHub (Apr 18, 2021):
#37