This is a minimum example of a bug between nginx 1.10 and iOS 9.3 when using HTTP/2.
- Filed to nginx as https://trac.nginx.org/nginx/ticket/959
- Filed to Apple as 26285066
- Open
RestManager.swift
- Ensure the HTTP/2 enabled server is enabled, and the other one commented
- Run the application on your phone
- Crash
- Open
RestManager.swift
- Ensure the HTTP/1.1 server is enable,d and the HTTP/2 server is commented
- Run the application on your phone
- All OK (check the log, not the screen)