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

Commit

Permalink
Remove un-needed valid_entity_length.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Oct 23, 2012
1 parent 6ce5fbf commit b2ba227
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/logplex_logs_rest.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
,allowed_methods/2
,is_authorized/2
,known_content_type/2
,valid_entity_length/2
,malformed_request/2
,process_post/2
,content_types_provided/2
Expand Down Expand Up @@ -93,9 +92,6 @@ known_content_type(Req, State) ->
{false, Req2, State}
end.

valid_entity_length(Req, State) ->
{true, Req, State}.

malformed_request(Req, State) ->
{false, Req, State}.

Expand Down

0 comments on commit b2ba227

Please sign in to comment.