We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873ab93 commit 32aeb17Copy full SHA for 32aeb17
server/errors.go
@@ -27,7 +27,7 @@ func (me MetaError) Unwrap() error {
27
28
func is400(err error) bool {
29
// proxy requests are super simple (clients basically only pass bytes), so the only 400 possible
30
- // is passing a blog that's too big.
+ // is passing a blob that's too big.
31
//
32
// Any 400s returned by the disperser are due to formatting bugs in proxy code, for eg. badly
33
// IFFT'ing or encoding the blob, so we shouldn't return a 400 to the client.
0 commit comments