Skip to content

Commit bce7b7f

Browse files
committed
Text corrections in md files
1 parent f83e34e commit bce7b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/http-gateways/subdomain-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ DNS labels, must be case-insensitive, and up to a maximum of 63 characters
206206
per label (Section 11 of :cite[rfc2181]). Representing CIDs within these limits
207207
requires some care.
208208

209-
Base32 multibase encoding is used for CIDs to ensure case-insensitve,
209+
Base32 multibase encoding is used for CIDs to ensure case-insensitive,
210210
URL safe characters are used.
211211

212212
Base36 multibase is used for ED25519 libp2p keys to get the string

src/ipips/ipip-0337.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To understand the design rationale, it is important to consider the concrete Ref
5454
- Shipped in Kubo 0.16
5555
- Packing a CID into a struct, encoding it with DAG-CBOR, multibase-encoding that, percent-encoding that, and then passing it in a URL, rather than merely passing the CID in the URL, is needlessly complex from a user's perspective, and has already made it difficult to manually construct requests or interpret logs
5656
- Added complexity of "Cacheable" methods supporting both POSTs and GETs
57-
- The required streaming support and message groups add a lot of implementation complexity, but streaming does not currently work for cachable methods sent over HTTP
57+
- The required streaming support and message groups add a lot of implementation complexity, but streaming does not currently work for cacheable methods sent over HTTP
5858
- Ex for FindProviders, the response is buffered anyway for ETag calculation
5959
- There are no limits on response sizes nor ways to impose limits and paginate
6060
- This is useful for routers that have highly variable resolution time, to send results as soon as possible, but this is not a use case we are focusing on right now and we can add it later

0 commit comments

Comments
 (0)