Skip to content

refactor: prepare_payload() function has been added to the server to …#92

Merged
just1po1nt0 merged 1 commit into
masterfrom
refactor/88-prepare-payload
Jul 20, 2026
Merged

refactor: prepare_payload() function has been added to the server to …#92
just1po1nt0 merged 1 commit into
masterfrom
refactor/88-prepare-payload

Conversation

@lev2p1

@lev2p1 lev2p1 commented Jul 17, 2026

Copy link
Copy Markdown
Owner

…handle requests

Pull Request

Related Issues:

Type of Change:

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Performance
  • Refactoring
  • Tests

Description:
The prepare_payload() function has been added to the server to handle requests.

Testing:
The request from the handler without prepare_payload completed successfully and closed the connection to the client.

Checklist:

  • Code compiles
  • Tests pass
  • Documentation updated
  • Changelog updated
  • No sensitive data exposed

@lev2p1
lev2p1 requested a review from just1po1nt0 July 17, 2026 00:20
@lev2p1 lev2p1 self-assigned this Jul 17, 2026
@lev2p1 lev2p1 linked an issue Jul 17, 2026 that may be closed by this pull request

@just1po1nt0 just1po1nt0 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks to work as the issue in question intended to solve.

@just1po1nt0
just1po1nt0 merged commit 6e4cf4a into master Jul 20, 2026
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.

refactor(server) : build in prepare_payload() when using res.body()

2 participants