Commit bf3cf03
fix: don't send domain in AUTH - server helper crashes the connection
The Java server's helper service is not configured on the supernode.
When a domain is included in AUTH, the server attempts to call its
helper API, which fails and kills the TCP connection immediately.
Without domain, AUTH succeeds and the server allocates a proxy port.
Domain routing is handled by our own gateway endpoint registration
via registerProxyEndpoint() (which now works thanks to the connected
event handler fix in the previous commit).
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 5dbe7e6 commit bf3cf03
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
713 | 716 | | |
714 | 717 | | |
715 | 718 | | |
716 | 719 | | |
717 | | - | |
| 720 | + | |
718 | 721 | | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
0 commit comments