Skip to content

Conversation

@jayvdb
Copy link

@jayvdb jayvdb commented Dec 4, 2019

Closes #117

self.test_server.request['headers']['user-agent'])
self.assertEqual('%s:%d' % address,
self.test_server.request['headers']['host'])
content = b'3\r\n' + content + b'\r\n0'
Copy link
Author

@jayvdb jayvdb Dec 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I havent investigated why the 3 & 0 are appearing.

Also I noticed on openSUSE_Factory_zSystems' arch 's390x' this intermittently fails with

AssertionError: '3\r\nzzz\r\n0' != '3\r\nzzz\r\n'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests don't work with test_server 0.0.31

1 participant