| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
I'm a bit confused. Why the message says "1300 or 2600" when the value should be 10000 or 20000?
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Can you please add that change? :-) I guess otherwise the PR would be ready to land.
Sorry, something went wrong.
There was a problem hiding this comment.
Absolutely, will be added shortly! Thanks!
Sorry, something went wrong.
|
I apologise. Embarrassingly, something seems to have gone wrong with my first Node contribution. Any suggestions? |
Sorry, something went wrong.
|
@kcaulfield94 git fetch origin && git rebase origin/master, then force-push to your feature branch. After that you should have a branch that's master + your commit on top. |
Sorry, something went wrong.
|
@bnoordhuis thanks for being so kind. Will update shortly. |
Sorry, something went wrong.
|
@kcaulfield94 Alternative approach: git reset --hard origin/master && git cherry-pick <your commit's hash>, then force-push again. You should be able to find it with git reflog. edit: I see it's the last commit here, kcaulfield94/node@f390eb4. If all else fails, I can probably fix it up for you. edit2: I just tried, I can't. Did you disallow edits from collaborators? You can pick from https://github.com/bnoordhuis/io.js/tree/pr18449 if you want. |
Sorry, something went wrong.
| socket.getRecvBufferSize() === 20000, | ||
| 'SO_RCVBUF not 1300 or 2600'); | ||
| 'SO_RCVBUF not 10000 or 20000, ' + | ||
| `was ${socket.getRecvBufferSize()}`); |
There was a problem hiding this comment.
Non blocking nit: please indent this code two more so it is possible to distinguish it from the other lines. The same applies to the part below.
Sorry, something went wrong.
Sorry, something went wrong.
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: nodejs#18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
Landed in 18e7284 🎉 @kcaulfield94 congratulation on your first commit to Node.js! |
Sorry, something went wrong.
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: #18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: #18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: #18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: nodejs#18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: #18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add unexpected value to dgram socket type assertion and fix the size entry. PR-URL: #18449 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test/dgram