Skip to content

Use bytearray in Request.body#25

Merged
klen merged 1 commit intodevelopfrom
5mu0m0-codex/refactor-request.body-to-use-bytearray
Jun 1, 2025
Merged

Use bytearray in Request.body#25
klen merged 1 commit intodevelopfrom
5mu0m0-codex/refactor-request.body-to-use-bytearray

Conversation

@klen
Copy link
Owner

@klen klen commented Jun 1, 2025

Summary

  • use a bytearray accumulator in Request.body
  • remove previously-added stub modules

Testing

  • pytest tests/test_client.py::test_build_scope -q (fails: ModuleNotFoundError for http_router)
  • pytest tests/test_request.py::test_body -q (fails: ModuleNotFoundError for http_router)

This environment doesn't have network access after setup, so Codex couldn't run certain commands. Consider configuring a setup script in your Codex environment to install dependencies.


https://chatgpt.com/codex/tasks/task_b_683bddcce7cc8333b6f8d15a5ca0b59c

@klen klen merged commit 6dd5a4a into develop Jun 1, 2025
2 of 8 checks passed
@klen klen deleted the 5mu0m0-codex/refactor-request.body-to-use-bytearray branch June 1, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant