This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: stringify NGTCP2_ALPN_H3 constant
Currently, the constant NGTCP2_ALPN_H3 is not being set correctly: AF_INET: 2, AF_INET6: 30, '\x05h3-24': '\x05h3-24' This commit stringifies the constant name so that this becomes: AF_INET: 2, AF_INET6: 30, NGTCP2_ALPN_H3: '\x05h3-24' This was causing the test-quic-binding.js test to fail. PR-URL: #285 Reviewed-By: James M Snell <[email protected]>
- Loading branch information