David Jones
David Jones
#221 appeared to remove coverage of the `ServerLifecycleListener.performClientConnectionFailCallbacks()` function, but this was really because of an error handling fix I just submitted to BlueSSLService (https://github.com/IBM-Swift/BlueSSLService/pull/42). We should have a test...
This PR updates the CI configuration to use the Swift 5.1 release toolchain. While testing, I noticed an intermittent failure in `test_makeKeyPair()` that results in an error being thrown on...
If you try to create an RSA key with data where byte 27 happens to be 0x30, key creation fails. I tracked this down to an unsafe assumption in the...
While testing Kitura-WebSocket, I wanted to run the Autobahn tests against my changes. The existing guide in `AutobahnTests.md` is helpful, but it's a pain to have to install all the...
https://github.com/IBM-Swift/Kitura-CouchDB/pull/97 introduced the `decodeDocuments` helper function, and adds comments that elude to the fact that when querying documents from CouchDB, you must set the `include_docs` parameter to `true` for Couch...
Update the Podspec for the 1.0.0 release, and update the SwiftyRequest dependency to 3.0. **DO NOT MERGE**: Depends on SwiftyRequest 3.0 pod (https://github.com/IBM-Swift/SwiftyRequest/pull/76) Resolves #54
- [x] underlyingError fixes - [ ] update podspec to SwiftyRequest v3 / Contracts v1.2 -> #56 - [x] tag 1.0 - [ ] publish pod
There's a bug in the version of curl (7.58) shipped with Ubuntu 18.04. Upon receiving a chunked response, curl will call back with each chunk of data _twice_, leading to...
The CircuitBreaker tests appear to have started intermittently failing in Travis. My suspicion is that this is test fragility rather than a real problem, but it ought to be investigated....
- Update CI to test with Swift 5.1 release build and dockerfiles - Update appid dependency to 6.0.0 for Swift 5.1 support