-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: special cases in http module response body #8992
Conversation
How do I handle previous commits even though I changed the branch for new pr. @addaleax |
@minervapanda Oh, so… I guess what you did was switching branches to So, the steps for that would be:
Then:
What you’re editing there are basically commands to be executed by git in order to re-create a modified version of your branch. If you leave the file as-is and just save it, the 2 commits listed there will just be used (“picked”) to re-write your branch the way it was before. If you delete the first line (in After that, check If you’re somewhat certain that everything looks the way you want it to look like, use (If something goes wrong or you’re unsure about anything – again: don’t be shy to ask, here or e.g. in #node-dev on Freenode.) |
@minervapanda I think you got the "url" commit here because you created the "pr2" branch from "pr1". From "pr1" switch back to master and create "pr2" from there. Hope this makes sense. |
61a6248
to
86102e0
Compare
c133999
to
83c7a88
Compare
@lpinca When can this be merged to the master ? |
@minervapanda can you please remove the "url" changes from this pr? |
Agree with @lpinca .. the |
There hasn't been any activity here. I'm closing this. Feel free to reopen (or ping a collaborator) if I closed this in error. |
Checklist
Affected core subsystem(s)
http
Description of change
Response body is omited when there is a HEAD request , 204 or 304 response. Solves #8057