containers: intercept http gets out of experimental land#6278
Conversation
Co-authored-by: gabivlj <gabivlj@users.noreply.github.com>
|
The change is very small and clean. Let me verify there are no other concerns:
This is a straightforward promotion of two methods from experimental to stable. The Container API is already a non-experimental feature (most methods are unconditionally registered), and these two methods are simply joining the rest. There are no backward compatibility concerns since this is purely additive — methods that were only available with the experimental flag are now available to everyone. No issues found with this change. LGTM |
Merging this PR will improve performance by 26.58%
Performance Changes
Comparing Footnotes
|
No description provided.