-
Notifications
You must be signed in to change notification settings - Fork 510
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
simulate content-origin-request #3047
Conversation
@@ -70,6 +70,7 @@ exports.handler = async (event) => { | |||
const path = request.uri.endsWith("/") | |||
? request.uri.slice(0, -1) | |||
: request.uri; | |||
|
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.
Sorry.
@escattone Ok. Now, this new workflow runs some jest tests. I'm expecting it to fail actually because we don't yet have all your new changes. Basically, this PR won't pass until #2922 is merged. |
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.
@peterbe I love the changes except one. See below.
Co-authored-by: Ryan Johnson <escattone@gmail.com>
* simulate content-origin-request * specifics * oops * eslint * start server in background * polka is smaller * calm down eslint * debugging * node_modules caching * undebugging * add basic unit test start * eslint * querystring * more tests * more tests and stuff * tests updated based on feedback * way more conservative with caching node_modules * all feedback addressed * Update .github/workflows/content-origin-request.yml Co-authored-by: Ryan Johnson <escattone@gmail.com> Co-authored-by: Ryan Johnson <escattone@gmail.com>
Just trying out some stuff.