-
Notifications
You must be signed in to change notification settings - Fork 30k
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: clarify http2.connect authority #31828
Conversation
@@ -2206,7 +2206,10 @@ changes: | |||
128 header pairs. | |||
--> | |||
|
|||
* `authority` {string|URL} | |||
* `authority` {string|URL} The remote HTTP/2 server to connect to. This must |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
I think I've already pointed out that the word |
I'll look at changing to |
Fixes: #31827 PR-URL: #31828 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Signed-off-by: James M Snell <[email protected]>
Landed in cbaae7a |
Fixes: #31827 PR-URL: #31828 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Signed-off-by: James M Snell <[email protected]>
Fixes: #31827 PR-URL: #31828 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Signed-off-by: James M Snell <[email protected]>
Fixes: #31827 PR-URL: #31828 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Signed-off-by: James M Snell <[email protected]>
Fixes: #31827 PR-URL: #31828 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Signed-off-by: James M Snell <[email protected]>
Clarify http2.connect authority parameter details
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes