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. f422b22 Plumbs metadata events through CallbackVisitor and nghttp2_callbacks. by QUICHE team · 3 years, 9 months ago
  3. 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
  4. 0b33cbb Adds Http2VisitorInterface::OnErrorDebug(), a method that conveys error messages for debugging purposes. by QUICHE team · 3 years, 9 months ago
  5. 06606d0 Adds "before frame send" and "after frame send" callback support to the Http2Adapter APIs. by QUICHE team · 3 years, 9 months ago
  6. 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
  7. 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
  8. f6b4d11 Add RecordingHttp2Visitor for testing. by QUICHE team · 3 years, 10 months ago