Closed fupduck closed 2 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
nodes/src/main/java/io/aexp/nodes/graphql/Fetch.java | 13 | 14 | 92.86% | ||
<!-- | Total: | 13 | 14 | 92.86% | --> |
Totals | |
---|---|
Change from base Build 104: | -0.2% |
Covered Lines: | 540 |
Relevant Lines: | 546 |
Currently keep-alive connections throw an
IllegalStateException
- already connectedThis adds
keep-alive
support, by catching errors if already connected and not settingContent-Length
explicitly.