Commit 025714e
fix: Always add keep-alive socket options in httpcore transports
The original Http2Transport always added KEEP_ALIVE_SOCKET_OPTIONS
unconditionally. The refactored _get_httpcore_pool_options incorrectly
wrapped this in an 'if keep_alive' guard. Remove the guard to match
the original behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 36ad606 commit 025714e
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
559 | 558 | | |
560 | 559 | | |
561 | 560 | | |
| |||
0 commit comments