Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proxy/hdrs/HdrToken.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "MIME.h"
#include "tscore/Regex.h"
#include "URL.h"
#include <cstdio>

/*
You SHOULD add to _hdrtoken_commonly_tokenized_strs, with the same ordering
Expand Down
1 change: 1 addition & 0 deletions proxy/http/HttpSM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include <openssl/ssl.h>
#include <algorithm>
#include <atomic>
#include <algorithm>

#define DEFAULT_RESPONSE_BUFFER_SIZE_INDEX 6 // 8K
#define DEFAULT_REQUEST_BUFFER_SIZE_INDEX 6 // 8K
Expand Down
1 change: 1 addition & 0 deletions proxy/http/HttpTransact.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <strings.h>
#include <cmath>
#include <strings.h>

#include "HttpTransact.h"
#include "HttpTransactHeaders.h"
Expand Down
1 change: 1 addition & 0 deletions proxy/http/HttpTransact.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "UrlMapping.h"
#include "records/I_RecHttp.h"
#include "ProxyClientSession.h"
#include "UrlMapping.h"

#define HTTP_RELEASE_ASSERT(X) ink_release_assert(X)

Expand Down
1 change: 1 addition & 0 deletions tests/gold_tests/h2/http2.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import os
Test.Summary = '''
Test a basic remap of a http/2 connection

'''
# need Curl
Test.SkipUnless(
Expand Down