Skip to content

Commit

Permalink
Updated reactor-netty library version separately to resolve connectio…
Browse files Browse the repository at this point in the history
…n reset by peer issue while coping large file (#21)

* Updated reactor-netty jar separately to resolve connection reset by peer issue while copying large file

* Updated reactor-netty jar separately to resolve connection reset by peer issue while copying large file

* Updated reactor-netty jar separately to resolve connection reset by peer issue while copying large file

* Updated reactor-netty jar separately to resolve connection reset by peer issue while copying large file

* Updated reactor-netty jar separately to resolve connection reset by peer issue while copying large file

Co-authored-by: Amrut Dhudiya <[email protected]>
  • Loading branch information
adhudiya and Amrut Dhudiya committed May 12, 2021
1 parent 9cbf662 commit 99b06af
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion vfs-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,21 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.10.0</version>
<version>12.10.2</version>
<exclusions>
<exclusion>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- It is added externally to resolve connection reset by peer issue while coping large file. remove it once this or
1.0.7 and later version is bundled with azure-storage-blob library-->
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.9.20.RELEASE</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 99b06af

Please sign in to comment.