Skip to content

Commit

Permalink
Fixed formatting of comment akka#386
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Muchewicz committed Nov 3, 2016
1 parent 9e4226d commit db37ef9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ final case class `Content-Length` private[http] (length: Long) extends jm.header
}

/**
* Document http://tools.ietf.org/html/rfc6266 updates document https://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html. Between this
* two there is slight but important difference regarding how parameter values are formatted. In rfc6266 this values are without quotes and
* in rfc2616 they are quoted. Since common practice among http servers is to understand quoted values, we use older document
* Document http://tools.ietf.org/html/rfc6266 updates document https://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html. Between these
* two there is slight but important difference regarding how parameter values are formatted. In RFC6266 parameters values are without quotes and
* in RFC2616 they are quoted. Since common practice among http servers is to understand quoted values, we use older document
* as reference here.
*/
object `Content-Disposition` extends ModeledCompanion[`Content-Disposition`]
Expand Down

0 comments on commit db37ef9

Please sign in to comment.