Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fixed rebase issue of registering requestReadMonitor twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
techpavan committed Dec 13, 2016
1 parent cd258ce commit 480dadb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<packaging>jar</packaging>
<version>1.1.1-ntlm-20161103</version>
<version>1.1.1-ntlm-20161213</version>
<name>LittleProxy</name>
<description>
LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ private void initChannelPipeline(ChannelPipeline pipeline) {
proxyServer.getMaxInitialLineLength(),
proxyServer.getMaxHeaderSize(),
proxyServer.getMaxChunkSize()));
pipeline.addLast("requestReadMonitor", requestReadMonitor);

// Enable aggregation for filtering if necessary
int numberOfBytesToBuffer = proxyServer.getFiltersSource()
Expand Down

0 comments on commit 480dadb

Please sign in to comment.