Skip to content

Commit

Permalink
Update hystrix-contrib/hystrix-request-servlet/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Feb 11, 2013
1 parent ddd939f commit 40e00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hystrix-contrib/hystrix-request-servlet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and for Ivy:

# Installation

## [HystrixRequestContextServletFilter](hystrix-request-servlet/src/main/java/com/netflix/hystrix/contrib/requestservlet/HystrixRequestContextServletFilter.java)
## [HystrixRequestContextServletFilter](https://github.com/Netflix/Hystrix/tree/master/hystrix-contrib/hystrix-request-servlet/src/main/java/com/netflix/hystrix/contrib/requestservlet/HystrixRequestContextServletFilter.java)

This initializes the [HystrixRequestContext](https://github.com/Netflix/Hystrix/tree/master/hystrix-core/src/main/java/com/netflix/hystrix/strategy/concurrency/HystrixRequestContext.java) at the beginning of each HTTP request and then cleans it up at the end.

Expand Down

0 comments on commit 40e00e8

Please sign in to comment.