devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Header Problem #43

Closed chestnutprog closed 4 years ago

chestnutprog commented 7 years ago

[0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (:version, HTTP/1.1) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (content-encoding, br) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (cache-control, max-age=0, no-cache, no-store) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (content-type, text/html; charset=UTF-8) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (:status, 200) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (server, nginx) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (pragma, no-cache) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (strict-transport-security, max-age=63072000; includeSubdomains; preload) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (x-page-speed, 1.11.33.3-0) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (set-cookie, shjcsrftoken=f7341afe7ad5d25172b4fdf7ef8df218; expires=Sun, 25-Sep-2016 07 :53:40 GMT; Max-Age=7200; path=/; secure) [0925/135340:VERBOSE1:spdy_header_block.cc(130)] Updating key: set-cookie with value: jcyz_session=2a55c9aa22918b4fcdaee337eaed50bc19df5563; e xpires=Fri, 24-Mar-2017 05:53:40 GMT; Max-Age=15552000; path=/; secure; HttpOnly [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (date, Sun, 25 Sep 2016 05:53:40 GMT) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (alt-svc, quic=":443"; ma=2592000; v="36,35,34,33,32") [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (vary, Accept-Encoding) [0925/135340:VERBOSE1:spdy_header_block.cc(126)] Inserting: (x-powered-by, PHP/5.5.36)

The value of the Header that have the same name will be replaced except the last.