@@ -116,7 +116,7 @@ def test_basic_request(self):
116
116
b"User-Agent: hyper\r \n "
117
117
b"connection: Upgrade, HTTP2-Settings\r \n "
118
118
b"upgrade: h2c\r \n "
119
- b"HTTP2-Settings: AAQAAP// \r \n "
119
+ b"HTTP2-Settings: AAQAAP__ \r \n "
120
120
b"host: httpbin.org\r \n "
121
121
b"\r \n "
122
122
)
@@ -143,7 +143,7 @@ def test_iterable_header(self):
143
143
b"Custom-field: test2\r \n "
144
144
b"connection: Upgrade, HTTP2-Settings\r \n "
145
145
b"upgrade: h2c\r \n "
146
- b"HTTP2-Settings: AAQAAP// \r \n "
146
+ b"HTTP2-Settings: AAQAAP__ \r \n "
147
147
b"host: httpbin.org\r \n "
148
148
b"\r \n "
149
149
)
@@ -169,7 +169,7 @@ def test_proxy_request(self):
169
169
b"User-Agent: hyper\r \n "
170
170
b"connection: Upgrade, HTTP2-Settings\r \n "
171
171
b"upgrade: h2c\r \n "
172
- b"HTTP2-Settings: AAQAAP// \r \n "
172
+ b"HTTP2-Settings: AAQAAP__ \r \n "
173
173
b"host: httpbin.org\r \n "
174
174
b"\r \n "
175
175
)
@@ -193,7 +193,7 @@ def test_request_with_bytestring_body(self):
193
193
b"User-Agent: hyper\r \n "
194
194
b"connection: Upgrade, HTTP2-Settings\r \n "
195
195
b"upgrade: h2c\r \n "
196
- b"HTTP2-Settings: AAQAAP// \r \n "
196
+ b"HTTP2-Settings: AAQAAP__ \r \n "
197
197
b"content-length: 2\r \n "
198
198
b"host: httpbin.org\r \n "
199
199
b"\r \n "
@@ -225,7 +225,7 @@ def fake_fstat(*args):
225
225
b"POST /post HTTP/1.1\r \n "
226
226
b"connection: Upgrade, HTTP2-Settings\r \n "
227
227
b"upgrade: h2c\r \n "
228
- b"HTTP2-Settings: AAQAAP// \r \n "
228
+ b"HTTP2-Settings: AAQAAP__ \r \n "
229
229
b"content-length: 16\r \n "
230
230
b"host: httpbin.org\r \n "
231
231
b"\r \n "
@@ -253,7 +253,7 @@ def body():
253
253
b"POST /post HTTP/1.1\r \n "
254
254
b"connection: Upgrade, HTTP2-Settings\r \n "
255
255
b"upgrade: h2c\r \n "
256
- b"HTTP2-Settings: AAQAAP// \r \n "
256
+ b"HTTP2-Settings: AAQAAP__ \r \n "
257
257
b"transfer-encoding: chunked\r \n "
258
258
b"host: httpbin.org\r \n "
259
259
b"\r \n "
@@ -283,7 +283,7 @@ def body():
283
283
b"content-length: 10\r \n "
284
284
b"connection: Upgrade, HTTP2-Settings\r \n "
285
285
b"upgrade: h2c\r \n "
286
- b"HTTP2-Settings: AAQAAP// \r \n "
286
+ b"HTTP2-Settings: AAQAAP__ \r \n "
287
287
b"host: httpbin.org\r \n "
288
288
b"\r \n "
289
289
b"hitheresir"
@@ -310,7 +310,7 @@ def test_chunked_overrides_body(self):
310
310
b"transfer-encoding: chunked\r \n "
311
311
b"connection: Upgrade, HTTP2-Settings\r \n "
312
312
b"upgrade: h2c\r \n "
313
- b"HTTP2-Settings: AAQAAP// \r \n "
313
+ b"HTTP2-Settings: AAQAAP__ \r \n "
314
314
b"host: httpbin.org\r \n "
315
315
b"\r \n "
316
316
b"8\r \n oneline\n \r \n "
0 commit comments