Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Showcase of a bug between nginx 1.10 and iOS 9.3 when using HTTP/2

Notifications You must be signed in to change notification settings

inventid/http2_nginx_bug-ios

Repository files navigation

http2_nginx_bug-ios

This is a minimum example of a bug between nginx 1.10 and iOS 9.3 when using HTTP/2.

Triggering the bug

  1. Open RestManager.swift
  2. Ensure the HTTP/2 enabled server is enabled, and the other one commented
  3. Run the application on your phone
  4. Crash

Valid connection

  1. Open RestManager.swift
  2. Ensure the HTTP/1.1 server is enable,d and the HTTP/2 server is commented
  3. Run the application on your phone
  4. All OK (check the log, not the screen)

About

Showcase of a bug between nginx 1.10 and iOS 9.3 when using HTTP/2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published