Created attachment 17407 [details] SambaFailWindowsWorksPackets Configuration: QNAP TVS-h1288X (QuTS hero) Firmware: h5.0.0.1892 smbd (samba daemon) Version 4.13.14 Steps to Reproduce: 1. SMB Client logs into the server 2. testfile is created 3. Named stream of AFP_Resource is created in testfile 4. Data is written to the AFP_Resource resulting in a length of 63 5. AFP_Resource is closed 6. AFP_Resource is deleted 7. Create/QueryInfo(SMB2_FILE_STRAM_INFO)/Close is done on testfile Expected Results: The AFP_Resource named stream should be deleted Actual Results: Samba server return the QueryInfo showing that AFP_Resource is still present and still has a length of 63 I have attached a packet trace showing the incorrect behavior from Samba (QueryInfo at 185) and the correct behavior from Windows (QueryInfo at 407).