We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1a408 commit 3069aa3Copy full SHA for 3069aa3
src/mcp/server/streaming_asgi_transport.py
@@ -39,6 +39,10 @@ class StreamingASGITransport(AsyncBaseTransport):
39
* `client` - A two-tuple indicating the client IP and port of incoming requests.
40
* `response_timeout` - Timeout in seconds to wait for the initial response.
41
Default is 10 seconds.
42
+
43
+ TODO: https://github.com/encode/httpx/pull/3059 is adding something similar to
44
+ upstream httpx. When that merges, we should delete this & switch back to the
45
+ upstream implementation.
46
"""
47
48
def __init__(
0 commit comments