-
### Expected behavior
I expected `NIOHTTPClientUpgradeHandler` [completion handler](https://github.com/apple/swift-nio/blob/5f5fa9a2b2c04934e7a1689827b590e6054a6361/Sources/NIOHTTP1/NIOHTTPClientUpgr…
-
### Expected behavior
Be able to use this package inside a VisionOS application for the Apple Vision Pro
### Actual behavior
Currently appears to fail to compile to the VisionOS simulator
### …
-
it is not clear how it works
```
// Base URL in app `UserDefaults.standard.url(forKey: "url_key")`
let url = catbird.url.appendingPathComponent("api")
app.launchArguments = ["-url_key", url.absolu…
-
### Expected behavior
I can call any url, including those which contain a '_' (underscore) in the domain name.
### Actual behavior
The server hostname someurl_stash8.host.com cannot be matched du…
-
`#if swift(...)` is testing the _language_ version and _not_ the compiler version. We (almost) always want to check the _compiler_ version.
(This ticket should be for all repos in the `swift-nio*` …
-
Even though `SFTPFile` methods `read(from offset:length:)` and `readAll()` request specific `length` of bytes to be read, the underlying NIO channel ignores that and seems to discard all data past its…
-
### Describe the bug
1. I am using the following:
1.1. iOS (Swift)
1.2. Cocoapods
```
pod 'gRPC-Swift', '1.6.1'
pod 'gRPC-Swift-Plugins', '1.6.1'
pod 'SwiftProtobuf…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7586 |
|Radar | rdar://problem/39978222 |
|Original Repor…
-
Hello, I am trying to SSH to a HPC server using this library, but trying to authenticate when connecting always gives me the above error. I have tried both password authentication and p521 key authent…
-
## Description
I have a problem with the cipher suite list in the summary. There are more available cipher suites in the list, than my httpclient supports/has restricted. Is this a known issue?
Ch…