-
At the moment, it's too hard to make HTTP/1.1 pipelining work correctly. SwiftNIO just forwards you the HTTP request parts as they come in and the user needs to make sure everything works correctly wi…
-
### Expected behavior
Calling write on a `ServerSocketChannel` should fail the promise with `ChannelError.unsupportedOperation`.
### Actual behavior
It fatal errors with a bogus message that …
-
A convenience parser to make a pub/priv keyhole digestible by RSA alg.
**Essentially transforming this**
`"-----BEGIN PRIVATE KEY-----\nQklCTElPR1JBUEhZ==\n-----END PRIVATE KEY-----\n"`
**Into…
-
I have been working with SwiftNIO over the last couple of days. In the previous networking framework that we used, there was support to initialise vars tracking the `HTTP status code` with a dummy val…
-
### Expected behavior
Users generally expect Swift NIO not to fail with internal assertions and `fatalError`s they couldn't catch.
### Actual behavior
```
Fatal error: Invalid FSM transition…
-
Hi,
Since the change to https://github.com/wickwirew/Runtime.git for reflection there's a problem with the default `MapInitializable` initialiser.
In the call `self = try createInstance()`, the …
-
### Expected behavior
Build to complete successfully without any warnings
### Actual behavior
```
App/.build/checkouts/swift-nio.git-3108475404973543938/Sources/NIO/System.swift:60:112: warnin…
0xTim updated
6 years ago
-
### Expected behavior
ChannelTests - testBasicLifecycle should pass
### Actual behavior
ChannelTests - testBasicLifecycle - on very rare occasions throws fatal error when trying to execute `serv…
-
### Expected behavior
Not to produce an EXC_BAD_ACCESS
### Actual behavior
```
NIO-ELT-#0 (2): EXC_BAD_ACCESS (code=1, address=0x20)
#0 0x0000000102cbf49e in swift_unknownRetain ()
#1 0x…
-
### Expected behavior
When asking getaddrinfo about an IP address, we should not get two results that contain the _same_ IP address.
### Actual behavior
we do get two, example here:
```
(…