Pushkar Niranjan Kulkarni

Results 22 comments of Pushkar Niranjan Kulkarni

Looks like `too early (425)` doesn't exist in SwiftNIO's [HTTPResponseStatus](https://github.com/apple/swift-nio/blob/master/Sources/NIOHTTP1/HTTPTypes.swift#L995)

I tried to get the tests running, but the `swift test` command fails for me with this: ``` Fetching https://github.com/IBM-Swift/CHTTPParser.git Fetching https://github.com/IBM-Swift/BlueSocket.git Fetching https://github.com/IBM-Swift/BlueSignals.git Cloning https://github.com/IBM-Swift/BlueSocket.git Resolving https://github.com/IBM-Swift/BlueSocket.git at 0.12.56...

Thanks @carlbrown I can see the failures now. I'll start the investigation.

@carlbrown I see that before the failing tests this message is printed: `Error accepting client connection: Error code: -9994(0x-270A), Invalid argument` Does it mean the test isn't able to connect...

The `ReaderSource Event Error: Error code: -9982(0x-26FE), Bad file descriptor` message comes on Linux, when running the tests in LLDB and the tests seem to always pass.

@carlbrown I don't see them pass when simply run as `swift test`. They pass when the binary is run in LLDB. Again, with GDB I see the hang. This is...

https://github.com/apple/swift-corelibs-foundation/pull/1195 has fixed this problem. URLSession holds references to URLSessionTask. URLSessionTask holds a reference to an EasyHandle, which is a wrapper around a curl easy handle. Per this doc, to...

The reason for the one failing build is: ``` dpkg: error processing archive /var/cache/apt/archives/python2.7-minimal_2.7.15~rc1-1ubuntu0.1_amd64.deb (--unpack): new python2.7-minimal package pre-installation script subprocess returned error exit status 1 ``` I re-triggered this...

May be we should request @drewmccormack to have the problem reproduced with a branch that has increased logging / debug prints? 🤔