SAMD21 / W5100 / Ethernet - Case 3.4 : Pass - 8 ms @ 2020-06-03T17:02:44.789Z
Case Description
Send small text message, then send again with RSV = 4, then send Ping. Octets are sent in octet-wise chops.
Case Expectation
Echo for first message is received, but then connection is failed immediately, since RSV must be 0, when no extension defining RSV meaning has been negotiated. The Pong is not received.
Case Outcome
Actual events match at least one expected.
Expected:
{'OK': [('message', u'Hello, world!', False)], 'NON-STRICT': []}
Observed:
[('message', u'Hello, world!', False)]
Case Closing Behavior
Connection was properly closed (OK)
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: DE/2vFMCOsxsBCNa0FW1Jg== Sec-WebSocket-Version: 13
HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: RkGP0RgKnSIct0CAcVRYew/dM7k=
Key | Value | Description |
isServer | False | True, iff I (the fuzzer) am a server, and the peer is a client. |
closedByMe | False | True, iff I have initiated closing handshake (that is, did send close first). |
failedByMe | False | True, 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. |
droppedByMe | False | True, iff I dropped the TCP connection. |
wasClean | True | True, iff full WebSocket closing handshake was performed (close frame sent and received) _and_ the server dropped the TCP (which is its responsibility). |
wasNotCleanReason | None | When wasClean == False, the reason what happened. |
wasServerConnectionDropTimeout | False | When we are a client, and we expected the server to drop the TCP, but that didn't happen in time, this gets True. |
wasOpenHandshakeTimeout | False | When performing the opening handshake, but the peer did not finish in time, this gets True. |
wasCloseHandshakeTimeout | False | When we initiated a closing handshake, but the peer did not respond in time, this gets True. |
localCloseCode | 1000 | The close code I sent in close frame (if any). |
localCloseReason | None | The close reason I sent in close frame (if any). |
remoteCloseCode | 1002 | The close code the peer sent me in close frame (if any). |
remoteCloseReason | None | The close reason the peer sent me in close frame (if any). |
Chop Size | Count | Octets |
2 | 2 | 4 |
3 | 1 | 3 |
14 | 1 | 14 |
20 | 1 | 20 |
32 | 1 | 32 |
75 | 1 | 75 |
Total | 7 | 148 |
Chop Size | Count | Octets |
1 | 44 | 44 |
8 | 1 | 8 |
245 | 1 | 245 |
Total | 46 | 297 |
Opcode | Count |
1 | 1 |
8 | 1 |
Total | 2 |
Opcode | Count |
1 | 2 |
8 | 1 |
9 | 1 |
Total | 4 |
000 TX OCTETS: 474554202f20485454502f312e310d0a557365722d4167656e743a204175746f6261686e5465737453756974652f302e382e
302d302e31302e390d0a486f7374 ...
001 RX OCTETS: 485454502f312e312031303120537769746368696e672050726f746f636f6c73
002 RX OCTETS: 0d0a
003 RX OCTETS: 557067726164653a20776562736f636b65740d0a
004 RX OCTETS: 436f6e6e656374696f6e3a20557067726164650d0a5365632d576562536f636b65742d4163636570743a20526b4750305267
4b6e534963743043416356525965 ...
005 TX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=13, MASK=1c295b6c, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
Hello, world!
006 TX OCTETS: 81
007 TX FRAME : OPCODE=1, FIN=True, RSV=4, PAYLOAD-LEN=13, MASK=7a021778, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
Hello, world!
008 TX FRAME : OPCODE=9, FIN=True, RSV=0, PAYLOAD-LEN=0, MASK=0990d7aa, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=1, SYNC=False
009 FAIL CONNECTION AFTER 1.000000 sec
010 TX OCTETS: 8d
011 TX OCTETS: 1c
012 TX OCTETS: 29
013 TX OCTETS: 5b
014 TX OCTETS: 6c
015 TX OCTETS: 54
016 TX OCTETS: 4c
017 TX OCTETS: 37
018 TX OCTETS: 00
019 TX OCTETS: 73
020 TX OCTETS: 05
021 TX OCTETS: 7b
022 TX OCTETS: 1b
023 TX OCTETS: 73
024 TX OCTETS: 5b
025 TX OCTETS: 37
026 TX OCTETS: 08
027 TX OCTETS: 3d
028 TX OCTETS: c1
029 TX OCTETS: 8d
030 TX OCTETS: 7a
031 TX OCTETS: 02
032 TX OCTETS: 17
033 TX OCTETS: 78
034 TX OCTETS: 32
035 TX OCTETS: 67
036 TX OCTETS: 7b
037 TX OCTETS: 14
038 TX OCTETS: 15
039 TX OCTETS: 2e
040 TX OCTETS: 37
041 TX OCTETS: 0f
042 TX OCTETS: 15
043 TX OCTETS: 70
044 TX OCTETS: 7b
045 TX OCTETS: 1c
046 TX OCTETS: 5b
047 TX OCTETS: 89
048 TX OCTETS: 80
049 TX OCTETS: 09
050 TX OCTETS: 90
051 TX OCTETS: d7
052 TX OCTETS: aa
053 RX OCTETS: 810d
054 RX OCTETS: 48656c6c6f2c20776f726c642188
055 RX FRAME : OPCODE=1, FIN=True, RSV=0, PAYLOAD-LEN=13, MASKED=False, MASK=None
Hello, world!
056 RX OCTETS: 0203ea
057 RX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASKED=False, MASK=None
0x03ea
058 TX FRAME : OPCODE=8, FIN=True, RSV=0, PAYLOAD-LEN=2, MASK=f5f19710, PAYLOAD-REPEAT-LEN=None, CHOPSIZE=None, SYNC=False
0x03e8
059 TX OCTETS: 8882f5f19710f619
060 TCP DROPPED BY PEER