mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 314de955a5102650136404f6439f22f8d838e0f4
This commit is contained in:
parent
521748c01e
commit
6b4094e2a4
133 changed files with 1609 additions and 628 deletions
|
@ -4,9 +4,9 @@ def main(request, response):
|
|||
"Yet another (third) chunk\r\n",
|
||||
"Yet another (fourth) chunk\r\n",
|
||||
]
|
||||
response.headers.set("Transfer-Encoding", "chunked");
|
||||
response.headers.set("Trailer", "X-Test-Me");
|
||||
response.headers.set("Content-Type", "text/plain");
|
||||
response.headers.set("Transfer-Encoding", "chunked")
|
||||
response.headers.set("Trailer", "X-Test-Me")
|
||||
response.headers.set("Content-Type", "text/plain")
|
||||
response.write_status_headers()
|
||||
|
||||
for value in chunks:
|
||||
|
@ -15,4 +15,3 @@ def main(request, response):
|
|||
response.writer.write("\r\n")
|
||||
response.writer.write("0\r\n")
|
||||
response.writer.write("X-Test-Me: Trailer header value\r\n\r\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue