Commit 41df30d
fix: skip H2 for tunnel_request (single ops) — completes #1040
PR #1040 skipped H2 for `tunnel_batch_request_to` but missed
`tunnel_request` (used for plain `connect` ops). This caused
16-17s long-poll stalls to persist on full-tunnel sessions that
go through the single-op path.
Same fix: remove the H2 try/fallback/NonRetryable block, go
straight to H1 pool acquire(). H2 remains active for relay mode.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b259dd0 commit 41df30d
1 file changed
Lines changed: 3 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2653 | 2653 | | |
2654 | 2654 | | |
2655 | 2655 | | |
2656 | | - | |
2657 | | - | |
2658 | | - | |
2659 | | - | |
2660 | | - | |
2661 | | - | |
2662 | | - | |
2663 | | - | |
2664 | | - | |
2665 | | - | |
2666 | | - | |
2667 | | - | |
2668 | | - | |
2669 | | - | |
2670 | | - | |
2671 | | - | |
2672 | | - | |
2673 | | - | |
2674 | | - | |
2675 | | - | |
2676 | | - | |
2677 | | - | |
2678 | | - | |
2679 | | - | |
2680 | | - | |
2681 | | - | |
2682 | | - | |
2683 | | - | |
2684 | | - | |
2685 | | - | |
2686 | | - | |
2687 | | - | |
2688 | | - | |
2689 | | - | |
2690 | | - | |
2691 | | - | |
2692 | | - | |
2693 | | - | |
2694 | | - | |
2695 | | - | |
2696 | | - | |
2697 | | - | |
2698 | | - | |
2699 | | - | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
2700 | 2659 | | |
2701 | 2660 | | |
2702 | 2661 | | |
| |||
0 commit comments