mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
d06643812c
- Fixed endianness bug in gateway file parsing
- Use IPFS_PATH in tests where IPFS_DATA was used
- Fixed typos from traling -> trailing
- Fixed broken link in IPFS.md
Follow-up to 859e88f653
Reported-by: Michael Kaufmann
Bug: https://github.com/curl/curl/pull/12152#issuecomment-1798214137
Closes #12305
38 lines
453 B
Plaintext
38 lines
453 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
IPFS
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<setenv>
|
|
IPFS_PATH=%LOGDIR/.ipfs/
|
|
</setenv>
|
|
<name>
|
|
IPFS with IPFS_PATH, no gateway file
|
|
</name>
|
|
<command>
|
|
ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify error code with no gateway file (detection fails)
|
|
<verify>
|
|
<errorcode>
|
|
37
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|