@@ -376,7 +376,7 @@ parse3(Transport) ->
376
376
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
377
377
ServerFun = fun (Socket ) ->
378
378
ok = mochiweb_socket :send (Socket , BinContent ),
379
- exit (normal )
379
+ exit (normal )
380
380
end ,
381
381
ClientFun = fun (Socket ) ->
382
382
Req = fake_request (Socket , ContentType ,
@@ -412,7 +412,7 @@ parse2(Transport) ->
412
412
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
413
413
ServerFun = fun (Socket ) ->
414
414
ok = mochiweb_socket :send (Socket , BinContent ),
415
- exit (normal )
415
+ exit (normal )
416
416
end ,
417
417
ClientFun = fun (Socket ) ->
418
418
Req = fake_request (Socket , ContentType ,
@@ -449,7 +449,7 @@ do_parse_form(Transport) ->
449
449
BinContent = iolist_to_binary (Content ),
450
450
ServerFun = fun (Socket ) ->
451
451
ok = mochiweb_socket :send (Socket , BinContent ),
452
- exit (normal )
452
+ exit (normal )
453
453
end ,
454
454
ClientFun = fun (Socket ) ->
455
455
Req = fake_request (Socket , ContentType ,
@@ -502,7 +502,7 @@ do_parse(Transport) ->
502
502
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
503
503
ServerFun = fun (Socket ) ->
504
504
ok = mochiweb_socket :send (Socket , BinContent ),
505
- exit (normal )
505
+ exit (normal )
506
506
end ,
507
507
ClientFun = fun (Socket ) ->
508
508
Req = fake_request (Socket , ContentType ,
@@ -554,7 +554,7 @@ parse_partial_body_boundary(Transport) ->
554
554
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
555
555
ServerFun = fun (Socket ) ->
556
556
ok = mochiweb_socket :send (Socket , BinContent ),
557
- exit (normal )
557
+ exit (normal )
558
558
end ,
559
559
ClientFun = fun (Socket ) ->
560
560
Req = fake_request (Socket , ContentType ,
@@ -607,7 +607,7 @@ parse_large_header(Transport) ->
607
607
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
608
608
ServerFun = fun (Socket ) ->
609
609
ok = mochiweb_socket :send (Socket , BinContent ),
610
- exit (normal )
610
+ exit (normal )
611
611
end ,
612
612
ClientFun = fun (Socket ) ->
613
613
Req = fake_request (Socket , ContentType ,
@@ -683,7 +683,7 @@ flash_parse(Transport) ->
683
683
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
684
684
ServerFun = fun (Socket ) ->
685
685
ok = mochiweb_socket :send (Socket , BinContent ),
686
- exit (normal )
686
+ exit (normal )
687
687
end ,
688
688
ClientFun = fun (Socket ) ->
689
689
Req = fake_request (Socket , ContentType ,
@@ -731,7 +731,7 @@ flash_parse2(Transport) ->
731
731
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
732
732
ServerFun = fun (Socket ) ->
733
733
ok = mochiweb_socket :send (Socket , BinContent ),
734
- exit (normal )
734
+ exit (normal )
735
735
end ,
736
736
ClientFun = fun (Socket ) ->
737
737
Req = fake_request (Socket , ContentType ,
@@ -858,7 +858,7 @@ multipart_parsing_benchmark() ->
858
858
TestCallback = fun (Next ) -> test_callback (Next , Expect ) end ,
859
859
ServerFun = fun (Socket ) ->
860
860
ok = mochiweb_socket :send (Socket , BinContent ),
861
- exit (normal )
861
+ exit (normal )
862
862
end ,
863
863
ClientFun = fun (Socket ) ->
864
864
Req = fake_request (Socket , ContentType ,
0 commit comments