Skip to content

Commit

Permalink
=doc Remove broken API doc link for 10.0.x.
Browse files Browse the repository at this point in the history
Doesn't seem too useful for backporting any paradox fixes for that one.
  • Loading branch information
jrudolph committed Sep 6, 2018
1 parent df3b682 commit a6197bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Decompresses the incoming request if it is `gzip` or `deflate` compressed. Uncompressed requests are passed through untouched.
If the request encoded with another encoding the request is rejected with an @unidoc[UnsupportedRequestEncodingRejection].
If the request entity after decoding exceeds `akka.http.routing.decode-max-size` the stream fails with an
@unidoc[akka.http.scaladsl.model.EntityStreamSizeException].
`akka.http.scaladsl.model.EntityStreamSizeException`.


## Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Decodes the incoming request if it is encoded with one of the given encoders.
If the request encoding doesn't match one of the given encoders the request is rejected with an @unidoc[UnsupportedRequestEncodingRejection]. If no decoders are given the default encoders (`Gzip`, `Deflate`, `NoCoding`) are used.
If the request entity after decoding exceeds `akka.http.routing.decode-max-size` the stream fails with an
@unidoc[akka.http.scaladsl.model.EntityStreamSizeException].
`akka.http.scaladsl.model.EntityStreamSizeException`.


## Example
Expand Down

0 comments on commit a6197bb

Please sign in to comment.