mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Remove extra space before close ticks. (#1699)
This is breaking the layout at http://octokitnet.readthedocs.io/en/latest/http-client/.
This commit is contained in:
committed by
Ryan Gribble
parent
c8ff57b24c
commit
73679d0657
@@ -22,7 +22,7 @@ The rules we currently follow:
|
|||||||
- MUST use the original request's authentication credentials when following a redirect where the original host matches the redirect host.
|
- MUST use the original request's authentication credentials when following a redirect where the original host matches the redirect host.
|
||||||
- MUST NOT use the original request's authentication credentials when following a redirect where the original host does not match the redirect host.
|
- MUST NOT use the original request's authentication credentials when following a redirect where the original host does not match the redirect host.
|
||||||
- SHOULD only follow 3 redirects.
|
- SHOULD only follow 3 redirects.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Proxy Support
|
### Proxy Support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user