1. 29e35dd Expands Http2VisitorInterface::OnHeaderForStream() to return an enum representing either OK, invalid or RST_STREAM. by QUICHE team · 3 years, 9 months ago
  2. 43d93a0 Internal change by QUICHE team · 3 years, 9 months ago
  3. f422b22 Plumbs metadata events through CallbackVisitor and nghttp2_callbacks. by QUICHE team · 3 years, 9 months ago
  4. 7062486 Adds Http2VisitorInterface::OnInvalidFrame() and associate plumbing. This method notifies the visitor that the library has processed a frame that it considers invalid. by QUICHE team · 3 years, 9 months ago
  5. 0b33cbb Adds Http2VisitorInterface::OnErrorDebug(), a method that conveys error messages for debugging purposes. by QUICHE team · 3 years, 9 months ago
  6. 06606d0 Adds "before frame send" and "after frame send" callback support to the Http2Adapter APIs. by QUICHE team · 3 years, 9 months ago
  7. 509e7fa Updates Http2VisitorInterface::OnHeaderForStream() to return a boolean. This is necessary in order to communicate when header names or values are invalid. by QUICHE team · 3 years, 9 months ago
  8. b23b83c Removes unused OnReadyToReadDataForStream, and adds nullptr checks to nghttp2 callbacks. by QUICHE team · 3 years, 9 months ago
  9. 1cc835e Adds comments, updates data provider utilities. by QUICHE team · 3 years, 10 months ago
  10. c82acf1 Adds a Http2VisitorInterface method for when the library wants to send serialized frame data to the peer. by QUICHE team · 3 years, 10 months ago
  11. 30c9c73 Small updates to improve unique_ptr usage. by QUICHE team · 3 years, 11 months ago
  12. 2121bae Adds an OnFrameHeader() callback to Http2VisitorInterface. by QUICHE team · 3 years, 11 months ago
  13. d905087 Removes OnAbortStream() from the visitor interface, as OnCloseStream() serves the same purpose. by QUICHE team · 4 years ago
  14. 6ecbb88 Moves nghttp2_session_callbacks creation from test code to nghttp2_callbacks.h. by QUICHE team · 4 years ago
  15. 62eeb20 Adds a wrapper class for the nghttp2 session data type. by QUICHE team · 4 years ago
  16. e3eacca This change copies utility methods and basic nghttp2 callback implementations from //net/http2/server/lib/internal/h2. by QUICHE team · 4 years ago