1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-11-11 12:05:07 -05:00
Go to file
Tatsuhiro Tsujikawa e2332abc1d Added -s, --stat option to print statistics
Print, for each stream, time delta from SSL/TLS handshake and each
SYN_STREAM. The time deltas are measured after SYN_REPLY received and
all data received.
For example, the following output:

  SYN_REPLY: X(Y)

means SYN_REPLY was received X ms after SSL/TLS handshake and Y ms
after the corresponding SYN_STREAM was sent.
2012-05-19 21:54:41 +09:00
doc Packaging fix 2012-04-25 22:27:50 +09:00
examples Added -s, --stat option to print statistics 2012-05-19 21:54:41 +09:00
lib Fixed the bug that erase_rotate_recur() erases parent node. 2012-05-19 00:49:15 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
tests Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
.gitignore Added tests for malloc failures 2012-04-24 22:51:06 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
configure.ac Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
Makefile.am Packaging fix 2012-04-25 22:27:50 +09:00
NEWS Updated NEWS for 0.2.0 release 2012-05-13 18:24:09 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Updated Examples section. 2012-05-13 17:13:36 +09:00

See README.rst