Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/compress/compress.cc
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ transformable(TSHttpTxn txnp, bool server, HostConfiguration *host_configuration
}

if (hdr_value < host_configuration->minimum_content_length()) {
info("response is is smaller than minimum content length, not compressing");
info("response is smaller than minimum content length, not compressing");
return 0;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/wccp/WccpLocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ namespace detail

/** Check for active assignment.

An assignment is active if it is is current. This means either it
An assignment is active if it is current. This means either it
was successfully generated on the cache side, or a valid assignment
was received on the router side and has not expired.

Expand Down