"""Tests for python_server.py, specifically EOF handling to prevent infinite loops.""" def test_get_headers_eof_mid_headers_raises_error(self): """Test that get ...