Commit 2b0c68a
committed
Resolve #173
Actually there is some bug in an upstream, that breaks all chunked GET
requests. I've switched to POST method in all requests, even if it is
actually a get.
But there was still a funny bug, due to which all requests were GET.
Also, fixed an issue with checking connection to bap server.1 parent 5f6be1f commit 2b0c68a
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | 259 | | |
261 | 260 | | |
262 | 261 | | |
| |||
306 | 305 | | |
307 | 306 | | |
308 | 307 | | |
309 | | - | |
310 | | - | |
311 | 308 | | |
312 | 309 | | |
313 | 310 | | |
| |||
0 commit comments