Slide 4
Slide 4 text
Background
- SPDY protocol + our own push mechanism
- It was introduced in the early days of LINE app for efficient API calls.
- But, the successor protocols, HTTP/2 and HTTP/3, have been standardized.
SPDY should be replaced by them.
- The code had become difficult to maintain.
- Because, we had made our own customizations to Netty library.
The network stack of LINE Android app had several problems