* limitations under the License.
*/
+#include <stddef.h>
#include <apr_strings.h>
#include <nghttp2/nghttp2.h>
void *user_data)
{
h2_proxy_session *session = user_data;
- h2_proxy_stream *stream;
if (APLOGcdebug(session->c)) {
char buffer[256];
switch (frame->hd.type) {
case NGHTTP2_HEADERS:
- stream = nghttp2_session_get_stream_user_data(ngh2, frame->hd.stream_id);
break;
case NGHTTP2_PUSH_PROMISE:
break;
break;
case NGHTTP2_GOAWAY:
dispatch_event(session, H2_PROXYS_EV_REMOTE_GOAWAY, 0, NULL);
- /* TODO: close handling */
if (APLOGcinfo(session->c)) {
char buffer[256];