tustvold commented on issue #5283: URL: https://github.com/apache/arrow-rs/issues/5283#issuecomment-1878648876
Error in https://github.com/apache/arrow-rs/actions/runs/7422271983/job/20197235081?pr=5285 ``` Traceback (most recent call last): File "/opt/code/localstack/localstack/http/asgi.py", line 548, in handle_http await response.write(packet) File "/opt/code/localstack/localstack/http/asgi.py", line 302, in write await self.send({"type": "http.response.body", "body": data, "more_body": True}) File "/opt/code/localstack/.venv/lib/python3.11/site-packages/hypercorn/protocol/http_stream.py", line 179, in app_send await self.send( File "/opt/code/localstack/.venv/lib/python3.11/site-packages/hypercorn/protocol/h11.py", line 136, in stream_send await self._send_h11_event(h11.Data(data=event.data)) File "/opt/code/localstack/.venv/lib/python3.11/site-packages/hypercorn/protocol/h11.py", line 240, in _send_h11_event data = self.connection.send(event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/code/localstack/.venv/lib/python3.11/site-packages/h11/_connection.py", line 512, in send data_list = self.send_with_data_passthrough(event) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/code/localstack/.venv/lib/python3.11/site-packages/h11/_connection.py", line 545, in send_with_data_passthrough writer(event, data_list.append) File "/opt/code/localstack/.venv/lib/python3.11/site-packages/h11/_writers.py", line 65, in __call__ self.send_data(event.data, write) File "/opt/code/localstack/.venv/lib/python3.11/site-packages/h11/_writers.py", line 91, in send_data raise LocalProtocolError("Too much data for declared Content-Length") h11._util.LocalProtocolError: Too much data for declared Content-Length ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
