Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idelpivnitskiy/3fd1b8ba2a2e429cd7b03109c8c50f2e to your computer and use it in GitHub Desktop.
Save idelpivnitskiy/3fd1b8ba2a2e429cd7b03109c8c50f2e to your computer and use it in GitHub Desktop.
Wire logging for H2 prior-knowledge with TLS use-case with netty
2022-05-02 10:10:34,754 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3] REGISTERED
2022-05-02 10:10:34,754 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3] REGISTERED
2022-05-02 10:10:34,754 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3] CONNECT: localhost/127.0.0.1:8080
2022-05-02 10:10:34,754 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3] CONNECT: localhost/127.0.0.1:8080
2022-05-02 10:10:34,757 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] ACTIVE
2022-05-02 10:10:34,763 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 247B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 16 03 01 00 f2 01 00 00 ee 03 03 3f 35 5a a1 e9 |...........?5Z..|
|00000010| 8f ce 0c 5a 81 7c 53 8e 93 51 63 94 b1 e5 69 c2 |...Z.|S..Qc...i.|
|00000020| 4e 8d e3 6d d4 9d 20 3a f4 33 a6 20 d4 28 06 d7 |N..m.. :.3. .(..|
|00000030| 43 c2 c4 6d 7f 71 50 d9 3b 6b a6 aa 90 8d b2 b2 |C..m.qP.;k......|
|00000040| 72 a1 97 d6 e3 87 1d 74 df da 10 6a 00 18 13 01 |r......t...j....|
|00000050| 13 02 13 03 c0 2c c0 2b c0 2f c0 30 c0 13 c0 14 |.....,.+./.0....|
|00000060| 00 9c 00 2f 00 35 01 00 00 8d 00 00 00 0e 00 0c |.../.5..........|
|00000070| 00 00 09 6c 6f 63 61 6c 68 6f 73 74 00 17 00 00 |...localhost....|
|00000080| ff 01 00 01 00 00 0a 00 0a 00 08 00 1d 00 17 00 |................|
|00000090| 18 00 19 00 0b 00 02 01 00 00 23 00 00 00 10 00 |..........#.....|
|000000a0| 05 00 03 02 68 32 00 0d 00 14 00 12 04 03 08 04 |....h2..........|
|000000b0| 04 01 05 03 08 05 05 01 08 06 06 01 02 01 00 33 |...............3|
|000000c0| 00 26 00 24 00 1d 00 20 71 a4 35 58 1b 11 84 bc |.&.$... q.5X....|
|000000d0| 04 03 39 35 5a cd 6d 8f f5 68 3e 5f 1e 4f f8 51 |..95Z.m..h>_.O.Q|
|000000e0| ed 6c 3d fe 35 26 c6 1c 00 2d 00 02 01 01 00 2b |.l=.5&...-.....+|
|000000f0| 00 05 04 03 04 03 03 |....... |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,764 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,765 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] ACTIVE
2022-05-02 10:10:34,765 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 24B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 50 52 49 20 2a 20 48 54 54 50 2f 32 2e 30 0d 0a |PRI * HTTP/2.0..|
|00000010| 0d 0a 53 4d 0d 0a 0d 0a |..SM.... |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,768 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] OUTBOUND SETTINGS: ack=false settings={ENABLE_PUSH=0, MAX_CONCURRENT_STREAMS=0, MAX_HEADER_LIST_SIZE=8192}
2022-05-02 10:10:34,769 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 27B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 00 00 12 04 00 00 00 00 00 00 02 00 00 00 00 00 |................|
|00000010| 03 00 00 00 00 00 06 00 00 20 00 |......... . |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,769 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ_REQUEST
2022-05-02 10:10:34,769 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ_REQUEST
2022-05-02 10:10:34,774 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ: 1178B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 16 03 03 00 7a 02 00 00 76 03 03 2b 26 aa 75 14 |....z...v..+&.u.|
|00000010| de 6f 69 06 a0 b2 b6 69 45 4f 57 69 fb e1 56 90 |.oi....iEOWi..V.|
|00000020| 45 3e 51 bb 06 96 a0 35 6b df 8e 20 d4 28 06 d7 |E>Q....5k.. .(..|
|00000030| 43 c2 c4 6d 7f 71 50 d9 3b 6b a6 aa 90 8d b2 b2 |C..m.qP.;k......|
|00000040| 72 a1 97 d6 e3 87 1d 74 df da 10 6a 13 01 00 00 |r......t...j....|
|00000050| 2e 00 33 00 24 00 1d 00 20 18 43 99 14 f2 b4 c3 |..3.$... .C.....|
|00000060| cd ba 4a 2a 2a 07 a6 47 be 4a dc 19 0c 87 c5 72 |..J**..G.J.....r|
|00000070| a1 bd 26 c5 3d 26 2e 21 34 00 2b 00 02 03 04 14 |..&.=&.!4.+.....|
|00000080| 03 03 00 01 01 17 03 03 04 10 e2 31 7f 7a 9e e0 |...........1.z..|
|00000090| cd 66 84 9b 1c cd 39 f3 39 e0 96 69 07 51 93 05 |.f....9.9..i.Q..|
|000000a0| 61 29 3c 2b 24 b5 8b 48 f3 5a fe 36 eb 25 c6 b5 |a)<+$..H.Z.6.%..|
|000000b0| c6 80 10 60 ce ef db c2 81 d2 be e3 58 61 94 f1 |...`........Xa..|
|000000c0| fc 6d e1 5b 8a 9b d8 55 a4 30 64 ba 1a b1 aa 48 |.m.[...U.0d....H|
|000000d0| e5 fa 6a ac 7f 06 f9 8d 6f 6c f1 7b 59 7b 50 e3 |..j.....ol.{Y{P.|
|000000e0| 23 07 65 03 dc 92 94 8c aa aa 05 28 33 ce 1b 3b |#.e........(3..;|
|000000f0| b5 c7 f8 7a 06 e7 84 ad 58 9b 0f 6a 63 41 c4 65 |...z....X..jcA.e|
|00000100| 2c 8b 42 4f db 27 93 11 c1 7f 8c f1 8e 1b c5 60 |,.BO.'.........`|
|00000110| 8a 51 02 1a 08 2b 01 0a b6 7d 4e 63 6a 38 61 40 |.Q...+...}Ncj8a@|
|00000120| 15 b1 69 90 cb 2a 1b 11 ad 88 a5 67 4d a9 a4 4e |..i..*.....gM..N|
|00000130| 06 94 9c 26 90 30 f9 22 c1 e1 8f df 01 56 ff 2c |...&.0.".....V.,|
|00000140| a5 9d b4 0c 38 31 ab 45 95 11 22 da a4 2f e3 8e |....81.E.."../..|
|00000150| 6f 77 be 86 e0 c9 22 14 90 b6 6b e1 f5 37 8d e7 |ow...."...k..7..|
|00000160| 40 6b 60 2d 1c 17 ad ba 50 69 b5 7b 72 11 52 1e |@k`-....Pi.{r.R.|
|00000170| 6d a4 fd 80 40 c2 57 d0 70 b4 5e 1d 88 4e 24 a1 |m...@.W.p.^..N$.|
|00000180| db cd c4 72 6a bf b7 43 12 79 c8 c2 9e f9 74 41 |...rj..C.y....tA|
|00000190| 06 b7 9c 39 07 bf ec 8f 4b 13 b2 c4 51 29 29 c4 |...9....K...Q)).|
|000001a0| 65 27 73 90 44 57 a6 11 3e a2 28 ca 4d 68 5d 7a |e's.DW..>.(.Mh]z|
|000001b0| 2a 6d f0 48 2b 6b 0d e6 90 78 e7 f2 9c f6 af 66 |*m.H+k...x.....f|
|000001c0| 25 c5 5c 36 30 67 c6 e8 e2 d6 92 08 f6 bd 5d 70 |%.\60g........]p|
|000001d0| 69 ac f6 59 cc 46 6c 23 eb 88 89 40 33 92 09 10 |i..Y.Fl#...@3...|
|000001e0| 48 f9 66 a8 37 e2 b3 c3 88 e5 7e 0b 8f 12 61 97 |H.f.7.....~...a.|
|000001f0| 70 80 4e be 2e be ca a2 9c 30 8c fa 8e 6c 3d e1 |p.N......0...l=.|
|00000200| 91 ff 39 47 6f 15 bd 9c be 38 f1 f2 ed cf 60 84 |..9Go....8....`.|
|00000210| c8 55 15 65 7c e2 a9 b6 d3 08 79 e6 a9 ba e7 fb |.U.e|.....y.....|
|00000220| 6b e6 12 27 20 7f 75 5f 2f c3 10 9e 44 f9 f7 2a |k..' .u_/...D..*|
|00000230| c4 3c 4f d5 e3 8e 4b 61 74 7d 29 54 44 96 8d 81 |.<O...Kat})TD...|
|00000240| 0c ae b6 bf e1 51 f1 9f cd 90 08 e4 0b d6 2c 25 |.....Q........,%|
|00000250| dc df b1 92 79 05 27 d7 3a db 41 70 5f 95 b4 59 |....y.'.:.Ap_..Y|
|00000260| 41 7c b2 7c f0 16 b9 8a e6 62 bd a0 ed 08 0d c2 |A|.|.....b......|
|00000270| 55 25 2d eb 60 ad 71 50 4d 51 14 1e 7f bb 23 1b |U%-.`.qPMQ....#.|
|00000280| 37 40 86 e5 ed 2f e3 3c 14 52 b5 bb d6 6f 28 4c |7@.../.<.R...o(L|
|00000290| 86 00 b6 c8 78 5d 92 95 c3 20 1e 8e 5a a2 17 0e |....x]... ..Z...|
|000002a0| 7d 05 70 bf 6c be f6 4c 9f d0 06 db dd 2d 58 3a |}.p.l..L.....-X:|
|000002b0| 85 18 07 2a 7f bf bc 2f db 5d a7 18 0f c5 b5 da |...*.../.]......|
|000002c0| e5 a4 b0 24 07 ac b6 5d d4 e7 86 72 ea ce 8f 5a |...$...]...r...Z|
|000002d0| 51 77 1b 82 90 14 48 29 61 69 49 7a 66 66 11 cb |Qw....H)aiIzff..|
|000002e0| b0 b1 cc fd 46 68 0b 40 f2 7f 4f 84 18 c9 5d c6 |....Fh.@..O...].|
|000002f0| 18 fc ac 5b 3b d0 40 68 ce 75 ab 8e 16 96 23 d1 |...[;.@h.u....#.|
|00000300| 89 ce 8f bb 87 d6 70 71 3c 8a ef d3 c8 0b d3 5b |......pq<......[|
|00000310| bb e9 f3 b5 23 8d 42 ab 75 90 66 cf ed 3a 73 7c |....#.B.u.f..:s||
|00000320| f5 48 4d 1d dc 56 d4 9e f8 cc 36 b7 1c a5 e8 69 |.HM..V....6....i|
|00000330| ae ad 49 8d f1 37 43 84 e8 57 8d 49 d5 e9 a9 3f |..I..7C..W.I...?|
|00000340| 81 a7 94 b3 62 88 7d 8d 8f 39 16 70 9e 7a 4d 45 |....b.}..9.p.zME|
|00000350| 5c 09 3e 0c ef a3 8f f7 6b a2 75 30 1b d8 a8 09 |\.>.....k.u0....|
|00000360| c5 5c 9d 8c df 0d d1 60 e2 a7 7f e0 d2 75 a3 dc |.\.....`.....u..|
|00000370| f9 ef d3 a1 55 a5 ff 54 45 99 5b 34 16 bb e0 f8 |....U..TE.[4....|
|00000380| 77 1e 26 06 72 8c d6 6f 74 76 9a 5d 46 18 d7 80 |w.&.r..otv.]F...|
|00000390| f3 80 b0 c9 e2 a9 fa 83 4e 48 b0 60 2f 06 4a bd |........NH.`/.J.|
|000003a0| 4e 9d 6d ab 5b 13 a2 17 7f c7 0c b3 10 0c 5c 5f |N.m.[.........\_|
|000003b0| 41 9a 94 63 77 aa 40 24 b3 26 1b 9f fe 62 bd e2 |A..cw.@$.&...b..|
|000003c0| ed 6d 81 f0 4f ed 6f 33 c9 d4 44 2d fa 2b 8c 35 |.m..O.o3..D-.+.5|
|000003d0| f3 e5 9f 53 99 ee 97 2e b8 66 cd e1 04 07 7f 56 |...S.....f.....V|
|000003e0| 81 14 a7 75 7f 44 c5 ca af 8e d2 60 04 7a ea 69 |...u.D.....`.z.i|
|000003f0| bb 24 60 da 7c c5 09 a5 24 e9 83 48 f0 ac a3 21 |.$`.|...$..H...!|
|00000400| e9 aa b3 ee ef e2 22 57 16 8f 6c 51 f7 1c b7 11 |......"W..lQ....|
|00000410| be af 65 1b 2a 5b d0 7e 6f 62 d0 2c 5d 54 77 f1 |..e.*[.~ob.,]Tw.|
|00000420| 66 e5 6c 69 53 61 68 a3 90 27 e7 d9 e7 79 01 ec |f.liSah..'...y..|
|00000430| c9 29 2f 8c 14 bd 3d 03 f4 c5 6a 67 83 3e c7 7a |.)/...=...jg.>.z|
|00000440| 20 10 99 0b a6 6d 83 79 22 1c 00 bc 18 c1 1c b0 | ....m.y".......|
|00000450| b6 fd a4 a4 a8 85 0a b1 58 ed e8 cc 18 a6 16 8e |........X.......|
|00000460| 52 6c 44 20 25 8e c5 1e 8e 34 44 20 64 da 08 6b |RlD %....4D d..k|
|00000470| f4 d5 f5 f0 50 46 b0 1a 73 89 92 d2 ad 80 a2 60 |....PF..s......`|
|00000480| de d2 56 35 0a 05 4e c5 dc 89 11 e8 80 75 8a fd |..V5..N......u..|
|00000490| 37 c8 c1 39 77 02 20 38 bf d0 |7..9w. 8.. |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,831 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 64B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 14 03 03 00 01 01 17 03 03 00 35 73 5b bd 99 81 |..........5s[...|
|00000010| 38 0a 6b 4d 8f 11 d1 75 68 27 af 45 66 06 ff f2 |8.kM...uh'.Ef...|
|00000020| 80 6e f1 f6 f7 13 85 e9 df 9c 7b 1b f8 b3 9c 3b |.n........{....;|
|00000030| a2 bd dc f3 8c a5 cf 50 56 7c 67 71 25 4d c7 3a |.......PV|gq%M.:|
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,832 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] USER_EVENT: SslHandshakeCompletionEvent(SUCCESS)
2022-05-02 10:10:34,875 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] OUTBOUND HEADERS: streamId=3 headers=DefaultHttp2Headers[:authority: localhost:8080, :method: GET, :scheme: https, :path: /] padding=0 endStream=true
2022-05-02 10:10:34,876 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 9B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 00 00 13 01 05 00 00 00 03 |......... |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,876 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 19B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 41 0e 6c 6f 63 61 6c 68 6f 73 74 3a 38 30 38 30 |A.localhost:8080|
|00000010| 82 87 84 |... |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,877 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,878 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 101B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 17 03 03 00 60 0e 2d a2 c7 49 64 58 23 0b b9 ed |....`.-..IdX#...|
|00000010| 3f 4c 01 f1 eb c9 93 c7 4d a0 16 a7 7e 63 59 e8 |?L......M...~cY.|
|00000020| 46 64 6f 45 e4 44 05 6d 23 96 23 8e af d9 4f 2f |FdoE.D.m#.#...O/|
|00000030| 18 c3 7c c7 7c 59 44 f7 1e 55 08 38 e9 96 f5 0c |..|.|YD..U.8....|
|00000040| ef 2e 3e bf b9 c2 97 f3 b7 1a 83 96 0e 72 87 fb |..>..........r..|
|00000050| 44 8a 51 d3 09 64 b8 54 81 c3 59 a7 1a 5f cc 0a |D.Q..d.T..Y.._..|
|00000060| 5f cc c9 25 be |_..%. |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,878 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,879 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ COMPLETE
2022-05-02 10:10:34,879 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ_COMPLETE
2022-05-02 10:10:34,879 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,880 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 0B
2022-05-02 10:10:34,880 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,880 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ_REQUEST
2022-05-02 10:10:34,881 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ: 464B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 17 03 03 01 9d bd 2a 9e f3 ee a8 56 90 3b c2 75 |......*....V.;.u|
|00000010| ad 15 82 5e 30 de ff 0a 3f 73 91 17 28 17 d8 b0 |...^0...?s..(...|
|00000020| 4b 91 aa 2c cf 88 c9 03 c0 90 1f c5 25 ef f5 f1 |K..,........%...|
|00000030| db 0b 84 45 40 a8 96 43 53 90 d6 f5 dc e6 a4 69 |...E@..CS......i|
|00000040| 1c 93 29 3c b4 4d b9 c1 4d 48 f7 36 3d 15 c7 a0 |..)<.M..MH.6=...|
|00000050| 91 59 c5 93 39 8c d3 cb c5 af c8 78 5f 50 c5 66 |.Y..9......x_P.f|
|00000060| 75 c8 b0 11 f9 fa 5d 53 4a d8 04 1d 45 bf 25 b1 |u.....]SJ...E.%.|
|00000070| ec 94 d4 d6 a0 d9 3f 6a e9 a7 22 9c ea b5 54 53 |......?j.."...TS|
|00000080| d9 42 0f 8b 51 af 0d 8e fc 79 e9 84 9c 6a f5 eb |.B..Q....y...j..|
|00000090| cf 89 be 23 11 86 b0 8d cb a5 be 5c 86 16 51 05 |...#.......\..Q.|
|000000a0| 22 bf cc 91 7a 75 b2 16 49 f4 73 88 bc fc 16 e1 |"...zu..I.s.....|
|000000b0| a1 4e b7 26 24 2b 42 20 ab 79 39 93 71 07 97 69 |.N.&$+B .y9.q..i|
|000000c0| 7a 78 9f 90 8a 19 65 dd ce 59 59 86 f9 3e fb 10 |zx....e..YY..>..|
|000000d0| 2d 37 54 95 aa 7a de 20 43 03 cd e6 fa 58 2a a2 |-7T..z. C....X*.|
|000000e0| 0f 21 97 d0 e7 a7 bc 14 da d6 05 a3 19 46 bd 6a |.!...........F.j|
|000000f0| 36 c7 a1 d7 a5 26 06 d4 f8 41 19 72 7c 9d 9f c2 |6....&...A.r|...|
|00000100| f2 e1 c9 31 aa fe 2e fe 5f b3 c0 34 30 69 69 52 |...1...._..40iiR|
|00000110| 22 fd c9 b3 a3 92 7a ec 98 cb a7 21 be bc f4 f4 |".....z....!....|
|00000120| 40 e3 b1 32 c2 50 6c cb 0a 46 6c 34 88 d4 63 ab |@..2.Pl..Fl4..c.|
|00000130| 12 bd e9 b5 65 75 4d 5d 18 25 f3 f4 62 5c 96 ba |....euM].%..b\..|
|00000140| 98 53 9f ca 90 0b f6 28 8d 38 ed a8 1e af 4d b7 |.S.....(.8....M.|
|00000150| e8 87 10 91 87 fb 55 f7 ee 99 36 d1 24 60 4b 07 |......U...6.$`K.|
|00000160| c3 74 8e 68 ce 73 b8 09 ec 73 39 64 36 4c 04 0c |.t.h.s...s9d6L..|
|00000170| 14 09 b9 22 81 ea 9c 53 33 97 5d 09 9e 19 e5 93 |..."...S3.].....|
|00000180| dc 26 95 50 03 e3 a8 b3 be 2f 7b e8 89 02 05 1b |.&.P...../{.....|
|00000190| f8 53 3f a2 63 a1 5c 95 ee 87 e0 b8 90 bf b7 15 |.S?.c.\.........|
|000001a0| 3c 73 17 03 03 00 29 e2 4e ce ae df 8f 1a 20 4c |<s....).N..... L|
|000001b0| 18 09 dc 44 f9 7c 3b b9 f3 82 00 aa 50 ea b1 2a |...D.|;.....P..*|
|000001c0| e1 2f f4 8e e9 3e d6 1e 7c d2 86 d6 6c 9a b5 bf |./...>..|...l...|
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,881 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ: 24B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 00 00 06 04 00 00 00 00 00 00 06 00 00 20 00 00 |............. ..|
|00000010| 00 00 04 01 00 00 00 00 |........ |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,882 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] INBOUND SETTINGS: ack=false settings={MAX_HEADER_LIST_SIZE=8192}
2022-05-02 10:10:34,884 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] OUTBOUND SETTINGS: ack=true
2022-05-02 10:10:34,884 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 9B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 00 00 00 04 01 00 00 00 00 |......... |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,884 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,884 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 31B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 17 03 03 00 1a 90 f4 9c c9 f8 68 6c 76 b8 b6 d1 |..........hlv...|
|00000010| 0b 41 f6 79 73 42 f6 2c ed ff 87 13 66 41 40 |.A.ysB.,....fA@ |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,884 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,884 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] INBOUND SETTINGS: ack=true
2022-05-02 10:10:34,885 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ: 124B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 17 03 03 00 77 89 46 8d 8c f0 8e a3 12 f9 52 53 |....w.F.......RS|
|00000010| dc 30 4b c4 db 7f cd 4c 14 8b bb 65 ec a3 30 4d |.0K....L...e..0M|
|00000020| 82 af fa 60 0b 15 8b 53 f8 2b d0 e3 90 5f 99 e5 |...`...S.+..._..|
|00000030| fb 84 a3 18 0a 68 16 fe 6f c0 90 80 e1 bf 8a a2 |.....h..o.......|
|00000040| af ef 5f 8a 0d 6e cd d1 9e 2b 06 1d dd ff f2 b4 |.._..n...+......|
|00000050| 11 69 82 44 81 6d be 8d 0c 19 06 9e e7 ce 9d 4f |.i.D.m.........O|
|00000060| 9d 87 0e 16 49 f6 47 e8 99 03 8b 1a 4d 59 67 26 |....I.G.....MYg&|
|00000070| 84 a1 28 49 85 49 ac f1 f3 6a da ad |..(I.I...j.. |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,885 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ: 102B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 00 00 2c 01 04 00 00 00 03 88 5f 19 74 65 78 74 |..,......._.text|
|00000010| 2f 70 6c 61 69 6e 3b 20 63 68 61 72 73 65 74 3d |/plain; charset=|
|00000020| 55 54 46 2d 38 53 0a 74 65 78 74 2f 70 6c 61 69 |UTF-8S.text/plai|
|00000030| 6e 5c 02 34 30 00 00 28 00 01 00 00 00 03 49 20 |n\.40..(......I |
|00000040| 6e 65 67 6f 74 69 61 74 65 20 48 54 54 50 2f 32 |negotiate HTTP/2|
|00000050| 20 6f 72 20 48 54 54 50 2f 31 2e 31 20 76 69 61 | or HTTP/1.1 via|
|00000060| 20 41 4c 50 4e 21 | ALPN! |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,887 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] INBOUND HEADERS: streamId=3 headers=DefaultHttp2Headers[:status: 200, content-type: text/plain; charset=UTF-8, accept: text/plain, content-length: 40] padding=0 endStream=false
2022-05-02 10:10:34,894 servicetalk-global-io-executor-1-2 [INFO ] h2-frame-log - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] INBOUND DATA: streamId=3 padding=0 endStream=true length=40 bytes=49206e65676f746961746520485454502f32206f7220485454502f312e312076696120414c504e21
HTTP/2.0 200 OK
NettyH2HeadersToHttpHeaders[content-type: text/plain; charset=UTF-8
accept: text/plain
content-length: 40]
2022-05-02 10:10:34,896 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ COMPLETE
2022-05-02 10:10:34,896 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ_COMPLETE
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 0B
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 0B
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,897 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] READ_REQUEST
I negotiate HTTP/2 or HTTP/1.1 via ALPN!
2022-05-02 10:10:34,913 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] CLOSE
2022-05-02 10:10:34,913 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] WRITE: 24B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d e f |
+--------+-------------------------------------------------+----------------+
|00000000| 17 03 03 00 13 46 f2 58 91 98 3e d9 4c 4d 42 97 |.....F.X..>.LMB.|
|00000010| 8c 93 08 1c 63 fb 5f 06 |....c._. |
+--------+-------------------------------------------------+----------------+
2022-05-02 10:10:34,914 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] FLUSH
2022-05-02 10:10:34,915 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 - R:localhost/127.0.0.1:8080] CLOSE
2022-05-02 10:10:34,916 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 ! R:localhost/127.0.0.1:8080] INACTIVE
2022-05-02 10:10:34,916 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 ! R:localhost/127.0.0.1:8080] USER_EVENT: SslCloseCompletionEvent(java.nio.channels.ClosedChannelException)
2022-05-02 10:10:34,916 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 ! R:localhost/127.0.0.1:8080] INACTIVE
2022-05-02 10:10:34,916 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0x91e1fca3, L:/127.0.0.1:49538 ! R:localhost/127.0.0.1:8080] UNREGISTERED
2022-05-02 10:10:34,916 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0x91e1fca3, L:/127.0.0.1:49538 ! R:localhost/127.0.0.1:8080] UNREGISTERED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment