-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make request info available in env for preheated kernels (#1109)
* feat: make request info available in env for preheated kernels The mechanism that was used for 'get_query_string()' is changed so that all request info is sent. For backward compatibility 'get_query_string()' is reimplemented by using the changed code. * refactor: no need to make a copy of environ in this case Co-authored-by: Maarten Breddels <[email protected]> * docs: add documentation for wait_for_request * refactor: remove backward compatibility for get_query_string Co-authored-by: Maarten Breddels <[email protected]>
- Loading branch information
1 parent
35fb38e
commit 9d4063e
Showing
5 changed files
with
45 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters