Autobahn WebSocket Testsuite Report
Autobahn WebSocket

SAMD21 / W5100 / Ethernet - Case 5.5 : Pass - 10 ms @ 2020-06-03T17:02:45.106Z

Case Description

Send text Message fragmented into 2 fragments, octets are sent in octet-wise chops.

Case Expectation

Message is processed and echo'ed back to us.

Case Outcome

Actual events match at least one expected.

Expected:
{'OK': [('message', u'fragment1fragment2', False)]}

Observed:
[('message', u'fragment1fragment2', False)]

Case Closing Behavior

Connection was properly closed (OK)



Opening Handshake

GET / HTTP/1.1
User-Agent: AutobahnTestSuite/0.8.0-0.10.9
Host: 192.168.46.183:9001
Upgrade: WebSocket
Connection: Upgrade
Pragma: no-cache
Cache-Control: no-cache
Sec-WebSocket-Key: YNcY5XiXX6che/c4SXA7Tg==
Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Accept: 8kd3cVr8qSXAi56rXhzbzCwN4mQ=


Closing Behavior

KeyValueDescription
isServerFalseTrue, 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.
droppedByMeFalseTrue, iff I dropped the TCP connection.
wasCleanTrueTrue, iff full WebSocket 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
144
236
414
18118
19119
20120
32132
50150
Total13153

Octets Transmitted by Chop Size

Chop SizeCountOctets
13030
818
2451245
Total32283

Frames Received by Opcode

OpcodeCount
11
81
Total2

Frames Transmitted by Opcode

OpcodeCount
01
11
81
Total3


Wire Log

000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e382e
               302d302e31302e390d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c73
002 RX OCTETS: 0d0a
003 RX OCTETS: 557067726164653a20776562736f636b65740d0a
004 RX OCTETS: 436f6e6e656374696f6e3a2055706772616465
005 RX OCTETS: 0d0a
006 RX OCTETS: 5365632d576562536f636b65742d4163636570743a20386b643363567238715358416935367258687a627a43774e346d513d
007 RX OCTETS: 0d0a0d0a
008 TX FRAME : OPCODE=1, FIN=False, RSV=0, PAYLOAD-LEN=9, MASK=e18de455, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               fragment1
009 TX OCTETS: 01
010 TX FRAME : OPCODE=0, FIN=True, RSV=0, PAYLOAD-LEN=9, MASK=c8a2e346, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
               fragment2
011 CLOSE CONNECTION AFTER 1.000000 sec
012 TX OCTETS: 89
013 TX OCTETS: e1
014 TX OCTETS: 8d
015 TX OCTETS: e4
016 TX OCTETS: 55
017 TX OCTETS: 87
018 TX OCTETS: ff
019 TX OCTETS: 85
020 TX OCTETS: 32
021 TX OCTETS: 8c
022 TX OCTETS: e8
023 TX OCTETS: 8a
024 TX OCTETS: 21
025 TX OCTETS: d0
026 TX OCTETS: 80
027 TX OCTETS: 89
028 TX OCTETS: c8
029 TX OCTETS: a2
030 TX OCTETS: e3
031 TX OCTETS: 46
032 TX OCTETS: ae
033 TX OCTETS: d0
034 TX OCTETS: 82
035 TX OCTETS: 21
036 TX OCTETS: a5
037 TX OCTETS: c7
038 TX OCTETS: 8d
039 TX OCTETS: 32
040 TX OCTETS: fa
041 RX OCTETS: 81
042 RX OCTETS: 12
043 RX OCTETS: 667261676d656e7431667261676d656e7432
044 RX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=18, MASKED=False, MASK=None
               fragment1fragment2
045 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=0bd66350, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
               0x03e8
046 TX OCTETS: 88820bd66350083e
047 RX OCTETS: 88
048 RX OCTETS: 02
049 RX OCTETS: 03e8
050 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
               0x03e8
051 TCP DROPPED BY PEER