Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct delete[] operator for saved ALPN data. (#1180)
Causes runtime aborts when using tcmalloc and is UB everywhere else. Could probably tidy this further (e.g. use ScopedBytesRO when saving the ALPN data), but not today.
- Loading branch information