-
-
Notifications
You must be signed in to change notification settings - Fork 70
Weekly Updates #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Weekly Updates #705
Conversation
debug(oauth): trace coroutine calls debug(oauth): change timeout logic debug(oauth): defer coroutine resume in callback
* docs: Removed plain basic auth separated with spaces Fixes #689. * PR review --------- Co-authored-by: Yaro <yaro@dream-it.es>
Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](jshttp/on-headers@v1.0.2...v1.1.0) Updates `compression` from 1.7.4 to 1.8.1 - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](expressjs/compression@1.7.4...v1.8.1) --- updated-dependencies: - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect - dependency-name: compression dependency-version: 1.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a parser bug where delimiter markers (###) on the last line of a file were incorrectly included in the request content instead of being treated as block separators.
- Modified the condition for handling the last line to exclude delimiter markers from request content
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
* feat(graphql): Add cookies to graphql introspection request
Uh oh!
There was an error while loading. Please reload this page.