Skip to content

Avoid arena temporary.#10947

Closed
SolidWallOfCode wants to merge 1 commit intoapache:masterfrom
SolidWallOfCode:arena-cleanup-3
Closed

Avoid arena temporary.#10947
SolidWallOfCode wants to merge 1 commit intoapache:masterfrom
SolidWallOfCode:arena-cleanup-3

Conversation

@SolidWallOfCode
Copy link
Member

The use of an arena temporary creates complexity for no gain. It might appear to avoid putting a cached copy of the URL string on the heap, but that copy still happens. The longer term fix is to a cleaner interface for printing in to an arena rather than the quite convoluted current mechanisms.

@SolidWallOfCode SolidWallOfCode added this to the 10.0.0 milestone Dec 18, 2023
@SolidWallOfCode SolidWallOfCode self-assigned this Dec 18, 2023
@cmcfarlen
Copy link
Contributor

[approve ci autest]

1 similar comment
@bryancall
Copy link
Contributor

[approve ci autest]

@bryancall bryancall requested a review from cmcfarlen January 8, 2024 23:48
@bryancall bryancall added the HTTP label Jan 8, 2024
@cmcfarlen
Copy link
Contributor

Closed. See #10978

@cmcfarlen cmcfarlen closed this Jan 9, 2024
@zwoop zwoop modified the milestones: 10.0.0, 9.2.4 Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants