Skip to content

Commit

Permalink
Back out new typed HTTP protocol upgrader (#2579)
Browse files Browse the repository at this point in the history
# Motivation
We got reports in #2574 that our new typed HTTP upgrader are hitting a Swift compiler bug which manifests in a runtime crash on older iOS/macOS/etc.

# Modification
This PR backs out the new typed HTTP protocol upgrader APIs so that we can unblock our users until the Swift compiler bug is fixed.

# Result
No more crashes for our users.
  • Loading branch information
FranzBusch committed Oct 27, 2023
1 parent 740fc73 commit 8c238f2
Show file tree
Hide file tree
Showing 15 changed files with 367 additions and 3,089 deletions.
248 changes: 0 additions & 248 deletions Sources/NIOHTTP1/HTTPTypedPipelineSetup.swift

This file was deleted.

Loading

0 comments on commit 8c238f2

Please sign in to comment.