Autobahn WebSockets Testsuite Report
Autobahn WebSockets

libwebsockets - Case 2.11 : Pass - 16 ms @ 2017-07-28T05:17:34.042Z

Case Description

Send 10 Pings with payload. Send out octets in octet-wise chops.

Case Expectation

Pongs for our Pings with all the payloads. Note: This is not required by the Spec .. but we check for this behaviour anyway. Clean close with normal code.

Case Outcome

Actual events match at least one expected.

Expected:
{'OK': [('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]}

Observed:
[('pong', u'payload-0'), ('pong', u'payload-1'), ('pong', u'payload-2'), ('pong', u'payload-3'), ('pong', u'payload-4'), ('pong', u'payload-5'), ('pong', u'payload-6'), ('pong', u'payload-7'), ('pong', u'payload-8'), ('pong', u'payload-9')]

Case Closing Behavior

Connection was properly closed (OK)



Opening Handshake

GET /runCase?case=27&agent=libwebsockets HTTP/1.1
Pragma: no-cache
Cache-Control: no-cache
Host: 127.0.0.1:9001
Origin: http://127.0.0.1:9001
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: TVbyEZ292c94OVA877vjjg==
Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; client_max_window_bits
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Server: AutobahnTestSuite/0.7.5-0.10.9
X-Powered-By: AutobahnPython/0.10.9
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Accept: +ztu5jXSmr6nEeSnGK1uo6X5WSo=


Closing Behavior

KeyValueDescription
isServerTrueTrue, iff I (the fuzzer) am a server, and the peer is a client.
closedByMeTrueTrue, iff I have initiated closing handshake (that is, did send close first).
failedByMeFalseTrue, iff I have failed the WS connection (i.e. due to protocol error). Failing can be either by initiating closing handshake or brutal drop TCP.
droppedByMeTrueTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSockets closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility).
wasNotCleanReasonNoneWhen wasClean == False, the reason what happened.
wasServerConnectionDropTimeoutFalseWhen we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True.
wasOpenHandshakeTimeoutFalseWhen performing the opening handshake, but the peer did not finish in time, this gets True.
wasCloseHandshakeTimeoutFalseWhen we initiated a closing handshake, but the peer did not respond in time, this gets True.
localCloseCode1000The close code I sent in close frame (if any).
localCloseReasonNoneThe close reason I sent in close frame (if any).
remoteCloseCode1000The close code the peer sent me in close frame (if any).
remoteCloseReasonNoneThe close reason the peer sent me in close frame (if any).


Wire Statistics

Octets Received by Chop Size

Chop SizeCountOctets
818
1510150
3601360
Total12518

Octets Transmitted by Chop Size

Chop SizeCountOctets
1110110
414
2061206
Total112320

Frames Received by Opcode

OpcodeCount
81
1010
Total11

Frames Transmitted by Opcode

OpcodeCount
81
910
Total11


Wire Log

000 RX OCTETS: 474554202f72756e436173653f636173653d3237266167656e743d6c6962776562736f636b65747320485454502f312e310d
               0a507261676d613a206e6f2d6361 ...
001 TX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c730d0a5365727665723a204175746f6261686e
               5465737453756974652f302e372e ...
002 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-0
003 TX OCTETS: 89
004 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-1
005 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-2
006 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-3
007 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-4
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-5
009 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-6
010 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-7
011 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-8
012 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               payload-9
013 CLOSE CONNECTION AFTER 3.000000 sec
014 TX OCTETS: 09
015 TX OCTETS: 70
016 TX OCTETS: 61
017 TX OCTETS: 79
018 TX OCTETS: 6c
019 TX OCTETS: 6f
020 TX OCTETS: 61
021 TX OCTETS: 64
022 TX OCTETS: 2d
023 TX OCTETS: 30
024 TX OCTETS: 89
025 RX OCTETS: 8a899df54c4eed943522f2942863ad
026 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3964663534633465
               payload-0
027 TX OCTETS: 09
028 TX OCTETS: 70
029 TX OCTETS: 61
030 TX OCTETS: 79
031 TX OCTETS: 6c
032 TX OCTETS: 6f
033 TX OCTETS: 61
034 TX OCTETS: 64
035 TX OCTETS: 2d
036 TX OCTETS: 31
037 TX OCTETS: 89
038 RX OCTETS: 8a89e55d63fc953c1a908a3c07d1d4
039 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6535356436336663
               payload-1
040 TX OCTETS: 09
041 TX OCTETS: 70
042 TX OCTETS: 61
043 TX OCTETS: 79
044 TX OCTETS: 6c
045 TX OCTETS: 6f
046 TX OCTETS: 61
047 TX OCTETS: 64
048 TX OCTETS: 2d
049 TX OCTETS: 32
050 TX OCTETS: 89
051 RX OCTETS: 8a8934217018444009745b40143506
052 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3334323137303138
               payload-2
053 TX OCTETS: 09
054 TX OCTETS: 70
055 TX OCTETS: 61
056 TX OCTETS: 79
057 TX OCTETS: 6c
058 TX OCTETS: 6f
059 TX OCTETS: 61
060 TX OCTETS: 64
061 TX OCTETS: 2d
062 TX OCTETS: 33
063 TX OCTETS: 89
064 RX OCTETS: 8a8985162440f5775d2cea77406db6
065 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3835313632343430
               payload-3
066 TX OCTETS: 09
067 TX OCTETS: 70
068 TX OCTETS: 61
069 TX OCTETS: 79
070 TX OCTETS: 6c
071 TX OCTETS: 6f
072 TX OCTETS: 61
073 TX OCTETS: 64
074 TX OCTETS: 2d
075 TX OCTETS: 34
076 TX OCTETS: 89
077 RX OCTETS: 8a89ad32a090dd53d9fcc253c4bd99
078 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=6164333261303930
               payload-4
079 TX OCTETS: 09
080 TX OCTETS: 70
081 TX OCTETS: 61
082 TX OCTETS: 79
083 TX OCTETS: 6c
084 TX OCTETS: 6f
085 TX OCTETS: 61
086 TX OCTETS: 64
087 TX OCTETS: 2d
088 TX OCTETS: 35
089 TX OCTETS: 89
090 RX OCTETS: 8a897a5068770a31111b15310c5a4f
091 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3761353036383737
               payload-5
092 TX OCTETS: 09
093 TX OCTETS: 70
094 TX OCTETS: 61
095 TX OCTETS: 79
096 TX OCTETS: 6c
097 TX OCTETS: 6f
098 TX OCTETS: 61
099 TX OCTETS: 64
100 TX OCTETS: 2d
101 TX OCTETS: 36
102 TX OCTETS: 89
103 RX OCTETS: 8a897d59fa4e0d38832212389e634b
104 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3764353966613465
               payload-6
105 TX OCTETS: 09
106 TX OCTETS: 70
107 TX OCTETS: 61
108 TX OCTETS: 79
109 TX OCTETS: 6c
110 TX OCTETS: 6f
111 TX OCTETS: 61
112 TX OCTETS: 64
113 TX OCTETS: 2d
114 TX OCTETS: 37
115 TX OCTETS: 89
116 TX OCTETS: 09
117 RX OCTETS: 8a897451ee04043097681b308a2943
118 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3734353165653034
               payload-7
119 TX OCTETS: 70
120 TX OCTETS: 61
121 TX OCTETS: 79
122 TX OCTETS: 6c
123 TX OCTETS: 6f
124 TX OCTETS: 61
125 TX OCTETS: 64
126 TX OCTETS: 2d
127 TX OCTETS: 38
128 TX OCTETS: 89
129 RX OCTETS: 8a8998725872e813211ef7133c5fa0
130 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3938373235383732
               payload-8
131 TX OCTETS: 09
132 TX OCTETS: 70
133 TX OCTETS: 61
134 TX OCTETS: 79
135 TX OCTETS: 6c
136 TX OCTETS: 6f
137 TX OCTETS: 61
138 TX OCTETS: 64
139 TX OCTETS: 2d
140 TX OCTETS: 39
141 RX OCTETS: 8a895634400526553969395524286f
142 RX FRAME : OPCODE=10, FIN=True, RSV=0, PAYLOAD-LEN=9, MASKED=True, MASK=3536333434303035
               payload-9
143 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=None, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
144 TX OCTETS: 880203e8
145 RX OCTETS: 88825da6ea375e4e
146 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=True, MASK=3564613665613337
               0x03e8
147 TCP DROPPED BY ME