Skip to content

Commit

Permalink
update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ksauzz committed Aug 22, 2014
1 parent 5934dd7 commit 7599c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/riak_cs_wm_object_upload_part.erl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ init(Ctx) ->
%% {ok, Ctx#context{local_context=#key_context{}}}.
{ok, Ctx#context{local_context=#key_context{}}}.

-spec malformed_request(#wm_reqdata{}, #context{}) -> {false, #wm_reqdata{}, #context{}}.
-spec malformed_request(#wm_reqdata{}, #context{}) ->
{false, #wm_reqdata{}, #context{}} | {{halt, pos_integer()}, #wm_reqdata{}, #context{}}.
malformed_request(RD,Ctx) ->
Method = wrq:method(RD),
case Method == 'PUT' andalso not valid_part_number(RD) of
Expand Down

6 comments on commit 7599c4e

@kuenishi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from kuenishi
at 7599c4e

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging basho/riak_cs/feature/max-part-number-limitation = 7599c4e into borshop-integration-957-feature/max-part-number-limitation

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basho/riak_cs/feature/max-part-number-limitation = 7599c4e merged ok, testing candidate = fcd274f

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borshop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding release/1.5 to borshop-integration-957-feature/max-part-number-limitation = fcd274f

Please sign in to comment.