americanexpress / nodes

A GraphQL JVM Client - Java, Kotlin, Scala, etc.
Apache License 2.0
307 stars 70 forks source link

feat(Fetch) support keep-alive connections #86

Closed fupduck closed 5 years ago

fupduck commented 5 years ago

Currently keep-alive connections throw an IllegalStateException - already connected

This adds keep-alive support, by catching errors if already connected and not setting Content-Length.