You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most VRT functions to convert VCL types to STRING ignore workspace overflows. If they failed, that would become very problematic in vcl_synth where even static assignments of headers would simply fail. This is handled in #3768, and this ticket is here to make sure we review workspace usage in VRT and maybe fail where we currently don't (or document in the code why we wouldn't).
The text was updated successfully, but these errors were encountered:
I initially didn't see the link between this ticket and #3825, but the two should be linked. Both are very broad, and there is some overlap, but #3825 is sort of equivalent for all http_*() failures and not limited to workspace overflows.
See #3765 (comment).
Most VRT functions to convert VCL types to
STRING
ignore workspace overflows. If they failed, that would become very problematic invcl_synth
where even static assignments of headers would simply fail. This is handled in #3768, and this ticket is here to make sure we review workspace usage in VRT and maybe fail where we currently don't (or document in the code why we wouldn't).The text was updated successfully, but these errors were encountered: