Commit 34fabc6
committed
fix(requestor): make params None if it's empty dict to prevent replacement (httpx #3433)
httpx issue: When passing params={}, always strictly update rather than merge with an existing querystring.
PR: encode/httpx#3364
Issue: https://github.com/encode/httpx/issues/34331 parent d1a0415 commit 34fabc6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments