• Pieter Hintjens's avatar
    Problem: test_client/server_drop_more are invalid · 6b00f40f
    Pieter Hintjens authored
    These tests connected CLIENT and SERVER to DEALER... this isn't
    allowed. I changed to CLIENT-to-SERVER in both cases. The result
    was aborts in client.cpp and server.cpp which cannot handle
    invalid multipart data.
    
    I removed the asserts in each of these in xsend.
    
    Solution: fix the test cases and remove the (unwanted?) asserts
    in client.cpp:xsend and server.cpp:xsend.
    6b00f40f
test_client_drop_more.cpp 3.22 KB