Skip to content

Instantly share code, notes, and snippets.

View idelpivnitskiy's full-sized avatar

Idel Pivnitskiy idelpivnitskiy

  • San Francisco Bay Area
View GitHub Profile
@idelpivnitskiy
idelpivnitskiy / h2-prior-knowledge-with-tls.log
Created May 2, 2022 17:22
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
@idelpivnitskiy
idelpivnitskiy / h2-with-alpn.log
Last active May 2, 2022 17:21
Wire logging for ALPN use-case with netty
2022-05-02 09:54:40,908 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0xb58b01c4] REGISTERED
2022-05-02 09:54:40,908 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0xb58b01c4] REGISTERED
2022-05-02 09:54:40,908 servicetalk-global-io-executor-1-2 [INFO ] wire-log-before-ssl-handler - [id: 0xb58b01c4] CONNECT: localhost/127.0.0.1:8080
2022-05-02 09:54:40,909 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0xb58b01c4] CONNECT: localhost/127.0.0.1:8080
2022-05-02 09:54:40,912 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0xb58b01c4, L:/127.0.0.1:49398 - R:localhost/127.0.0.1:8080] ACTIVE
2022-05-02 09:54:40,917 servicetalk-global-io-executor-1-2 [WARN ] LoggingHandler - [id: 0xb58b01c4, L:/127.0.0.1:49398 - R:localhost/127.0.0.1:8080] WRITE: 256B
+-------------------------------------------------+
| 0 1 2 3 4 5 6 7 8 9 a b c d
@idelpivnitskiy
idelpivnitskiy / GSoC_2016_results.md
Last active August 23, 2016 06:26
GSoC 2016 project: AeroGear WebPush and UnifiedPush Server integration
@idelpivnitskiy
idelpivnitskiy / GSoC_report.sh
Created April 15, 2016 10:56
Script to collect all changes during the GSoC
for i in `git log --author="Idel Pivnitskiy" --since=2015-05-25 --until=2015-08-21 --pretty=oneline | sed 's/ .*//'`
do
git format-patch -M -C -1 $i
done | tac > series