Advertisement
Bankde

http2_nghttp2_001

Jan 8th, 2016
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. [ 0.126] Connected
  2. The negotiated protocol: h2
  3. [ 0.190] send SETTINGS frame <length=12, flags=0x00, stream_id=0>
  4. (niv=2)
  5. [SETTINGS_MAX_CONCURRENT_STREAMS(0x03):100]
  6. [SETTINGS_INITIAL_WINDOW_SIZE(0x04):65535]
  7. [ 0.190] send PRIORITY frame <length=5, flags=0x00, stream_id=3>
  8. (dep_stream_id=0, weight=201, exclusive=0)
  9. [ 0.190] send PRIORITY frame <length=5, flags=0x00, stream_id=5>
  10. (dep_stream_id=0, weight=101, exclusive=0)
  11. [ 0.190] send PRIORITY frame <length=5, flags=0x00, stream_id=7>
  12. (dep_stream_id=0, weight=1, exclusive=0)
  13. [ 0.190] send PRIORITY frame <length=5, flags=0x00, stream_id=9>
  14. (dep_stream_id=7, weight=1, exclusive=0)
  15. [ 0.191] send PRIORITY frame <length=5, flags=0x00, stream_id=11>
  16. (dep_stream_id=3, weight=1, exclusive=0)
  17. [ 0.191] send HEADERS frame <length=46, flags=0x25, stream_id=13>
  18. ; END_STREAM | END_HEADERS | PRIORITY
  19. (padlen=0, dep_stream_id=11, weight=16, exclusive=0)
  20. ; Open new stream
  21. :method: GET
  22. :path: /test.html
  23. :scheme: https
  24. :authority: 10.42.0.41
  25. accept: */*
  26. accept-encoding: gzip, deflate
  27. user-agent: nghttp2/1.6.1-DEV
  28. [ 0.191] recv SETTINGS frame <length=6, flags=0x00, stream_id=0>
  29. (niv=1)
  30. [SETTINGS_MAX_CONCURRENT_STREAMS(0x03):50]
  31. [ 0.191] recv WINDOW_UPDATE frame <length=4, flags=0x00, stream_id=0>
  32. (window_size_increment=2147418112)
  33. [ 0.192] send SETTINGS frame <length=0, flags=0x01, stream_id=0>
  34. ; ACK
  35. (niv=0)
  36. [ 0.210] recv SETTINGS frame <length=0, flags=0x01, stream_id=0>
  37. ; ACK
  38. (niv=0)
  39. [ 0.223] recv (stream_id=13) :status: 200
  40. [ 0.223] recv (stream_id=13) date: Fri, 08 Jan 2016 10:29:13 GMT
  41. [ 0.223] recv (stream_id=13) server: Apache/2.4.18 (Debian)
  42. [ 0.223] recv (stream_id=13) last-modified: Tue, 05 Jan 2016 10:45:11 GMT
  43. [ 0.224] recv (stream_id=13) etag: "12-52893ee90c23c"
  44. [ 0.224] recv (stream_id=13) accept-ranges: bytes
  45. [ 0.224] recv (stream_id=13) content-length: 18
  46. [ 0.224] recv (stream_id=13) content-type: text/html
  47. [ 0.224] recv HEADERS frame <length=105, flags=0x04, stream_id=13>
  48. ; END_HEADERS
  49. (padlen=0)
  50. ; First response header
  51. This is a test
  52.  
  53.  
  54. [ 0.224] recv DATA frame <length=18, flags=0x01, stream_id=13>
  55. ; END_STREAM
  56. [ 0.224] send GOAWAY frame <length=8, flags=0x00, stream_id=0>
  57. (last_stream_id=0, error_code=NO_ERROR(0x00), opaque_data(0)=[])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement