Commit 675354a
authored
fix: jsonrpc client send streaming request header and timeout field (#475)
The underlying `aconnect_sse` library will overwrite the header and
timeout of what's set in the `httpx_client`.
From a user using adk `a2a_remote_agent` library, they would pass in these
information in the `httpx_client`. I have tried this fix in my local
setup.1 parent 5342ca4 commit 675354a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
| |||
0 commit comments