Removed 'allow_header_set' argument from 'pack_continuation'.
Because branches might now go to continuations and become calls to continuations, 'allow_header_set' isn't always correct. Removing that parameter makes the conservative approximation. A better approximation might save one memory store is some cases.
Please register or sign in to comment