Commit ff57b2a
Fix Netty buffer leak in ReactorNettyClient response handling
Co-authored-by: FabianMeiswinkel <[email protected]>1 parent ac4c256 commit ff57b2a
File tree
1 file changed
+3
-5
lines changed- sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/http
1 file changed
+3
-5
lines changedsdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/http/ReactorNettyClient.java
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | 360 | | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | 424 | | |
426 | | - | |
427 | | - | |
| 425 | + | |
428 | 426 | | |
429 | 427 | | |
430 | 428 | | |
| |||
0 commit comments