Use one connection per dev report.
This allows simpler server-side code, and a failure part-way through sending won't require restarting from the beginning next time.
Showing
- briar-api/src/org/briarproject/api/crypto/CryptoComponent.java 7 additions, 2 deletions...-api/src/org/briarproject/api/crypto/CryptoComponent.java
- briar-core/src/org/briarproject/crypto/CryptoComponentImpl.java 33 additions, 3 deletions...core/src/org/briarproject/crypto/CryptoComponentImpl.java
- briar-core/src/org/briarproject/reporting/DevReporterImpl.java 31 additions, 40 deletions...-core/src/org/briarproject/reporting/DevReporterImpl.java
Loading
Please register or sign in to comment