unicorn-lb-patch 4.3.1.11.g21b8.dirty → 4.3.1.13.gb7d9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/unicorn/http_server.rb +2 -0
- data/unicorn-lb-patch.gemspec +1 -1
- metadata +239 -41
data/lib/unicorn/http_server.rb
CHANGED
@@ -748,6 +748,8 @@ class Unicorn::HttpServer
|
|
748
748
|
# call only after calling inherit_listeners!
|
749
749
|
# This binds any listeners we did NOT inherit from the parent
|
750
750
|
def bind_new_listeners!
|
751
|
+
logger.info "sleeping for 55 seconds to let rails start"
|
752
|
+
sleep(55)
|
751
753
|
NEW_LISTENERS.each { |addr| listen(addr) }
|
752
754
|
raise ArgumentError, "no listeners" if LISTENERS.empty?
|
753
755
|
NEW_LISTENERS.clear
|
data/unicorn-lb-patch.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{unicorn-lb-patch}
|
3
|
-
s.version = '4.3.1.
|
3
|
+
s.version = '4.3.1.13.gb7d9'
|
4
4
|
s.authors = ['David Guthu', "Unicorn Hackers"]
|
5
5
|
s.summary = 'Unicorn, but with patch for h12 timeouts on heroku - thanks eric wong'
|
6
6
|
s.date = Time.now.utc.strftime('%Y-%m-%d')
|
metadata
CHANGED
@@ -1,19 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unicorn-lb-patch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash: 15078010812
|
5
4
|
prerelease: 9
|
6
|
-
|
7
|
-
- 4
|
8
|
-
- 3
|
9
|
-
- 1
|
10
|
-
- 11
|
11
|
-
- g
|
12
|
-
- 21
|
13
|
-
- b
|
14
|
-
- 8
|
15
|
-
- dirty
|
16
|
-
version: 4.3.1.11.g21b8.dirty
|
5
|
+
version: 4.3.1.13.gb7d9
|
17
6
|
platform: ruby
|
18
7
|
authors:
|
19
8
|
- David Guthu
|
@@ -32,9 +21,6 @@ dependencies:
|
|
32
21
|
requirements:
|
33
22
|
- - ">="
|
34
23
|
- !ruby/object:Gem::Version
|
35
|
-
hash: 3
|
36
|
-
segments:
|
37
|
-
- 0
|
38
24
|
version: "0"
|
39
25
|
type: :runtime
|
40
26
|
version_requirements: *id001
|
@@ -46,10 +32,6 @@ dependencies:
|
|
46
32
|
requirements:
|
47
33
|
- - ~>
|
48
34
|
- !ruby/object:Gem::Version
|
49
|
-
hash: 15
|
50
|
-
segments:
|
51
|
-
- 2
|
52
|
-
- 6
|
53
35
|
version: "2.6"
|
54
36
|
type: :runtime
|
55
37
|
version_requirements: *id002
|
@@ -61,10 +43,6 @@ dependencies:
|
|
61
43
|
requirements:
|
62
44
|
- - ~>
|
63
45
|
- !ruby/object:Gem::Version
|
64
|
-
hash: 5
|
65
|
-
segments:
|
66
|
-
- 0
|
67
|
-
- 7
|
68
46
|
version: "0.7"
|
69
47
|
type: :runtime
|
70
48
|
version_requirements: *id003
|
@@ -76,10 +54,6 @@ dependencies:
|
|
76
54
|
requirements:
|
77
55
|
- - ~>
|
78
56
|
- !ruby/object:Gem::Version
|
79
|
-
hash: 3
|
80
|
-
segments:
|
81
|
-
- 3
|
82
|
-
- 2
|
83
57
|
version: "3.2"
|
84
58
|
type: :development
|
85
59
|
version_requirements: *id004
|
@@ -91,11 +65,6 @@ dependencies:
|
|
91
65
|
requirements:
|
92
66
|
- - ~>
|
93
67
|
- !ruby/object:Gem::Version
|
94
|
-
hash: 13
|
95
|
-
segments:
|
96
|
-
- 1
|
97
|
-
- 6
|
98
|
-
- 1
|
99
68
|
version: 1.6.1
|
100
69
|
type: :development
|
101
70
|
version_requirements: *id005
|
@@ -362,6 +331,124 @@ files:
|
|
362
331
|
- test/unit/test_upload.rb
|
363
332
|
- test/unit/test_util.rb
|
364
333
|
- unicorn-lb-patch.gemspec
|
334
|
+
- test/ruby-1.8.7/bin/unicorn
|
335
|
+
- test/ruby-1.8.7/bin/unicorn_rails
|
336
|
+
- test/ruby-1.8.7/ext/unicorn_http/c_util.h
|
337
|
+
- test/ruby-1.8.7/ext/unicorn_http/common_field_optimization.h
|
338
|
+
- test/ruby-1.8.7/ext/unicorn_http/ext_help.h
|
339
|
+
- test/ruby-1.8.7/ext/unicorn_http/extconf.rb
|
340
|
+
- test/ruby-1.8.7/ext/unicorn_http/global_variables.h
|
341
|
+
- test/ruby-1.8.7/ext/unicorn_http/httpdate.c
|
342
|
+
- test/ruby-1.8.7/ext/unicorn_http/httpdate.o
|
343
|
+
- test/ruby-1.8.7/ext/unicorn_http/Makefile
|
344
|
+
- test/ruby-1.8.7/ext/unicorn_http/mkmf.log
|
345
|
+
- test/ruby-1.8.7/ext/unicorn_http/unicorn_http.bundle
|
346
|
+
- test/ruby-1.8.7/ext/unicorn_http/unicorn_http.c
|
347
|
+
- test/ruby-1.8.7/ext/unicorn_http/unicorn_http.o
|
348
|
+
- test/ruby-1.8.7/GIT-VERSION-FILE
|
349
|
+
- test/ruby-1.8.7/GIT-VERSION-GEN
|
350
|
+
- test/ruby-1.8.7/GNUmakefile
|
351
|
+
- test/ruby-1.8.7/lib/unicorn/app/exec_cgi.rb
|
352
|
+
- test/ruby-1.8.7/lib/unicorn/app/inetd.rb
|
353
|
+
- test/ruby-1.8.7/lib/unicorn/app/old_rails/static.rb
|
354
|
+
- test/ruby-1.8.7/lib/unicorn/app/old_rails.rb
|
355
|
+
- test/ruby-1.8.7/lib/unicorn/cgi_wrapper.rb
|
356
|
+
- test/ruby-1.8.7/lib/unicorn/configurator.rb
|
357
|
+
- test/ruby-1.8.7/lib/unicorn/const.rb
|
358
|
+
- test/ruby-1.8.7/lib/unicorn/http_request.rb
|
359
|
+
- test/ruby-1.8.7/lib/unicorn/http_response.rb
|
360
|
+
- test/ruby-1.8.7/lib/unicorn/http_server.rb
|
361
|
+
- test/ruby-1.8.7/lib/unicorn/launcher.rb
|
362
|
+
- test/ruby-1.8.7/lib/unicorn/oob_gc.rb
|
363
|
+
- test/ruby-1.8.7/lib/unicorn/preread_input.rb
|
364
|
+
- test/ruby-1.8.7/lib/unicorn/socket_helper.rb
|
365
|
+
- test/ruby-1.8.7/lib/unicorn/ssl_client.rb
|
366
|
+
- test/ruby-1.8.7/lib/unicorn/ssl_configurator.rb
|
367
|
+
- test/ruby-1.8.7/lib/unicorn/ssl_server.rb
|
368
|
+
- test/ruby-1.8.7/lib/unicorn/stream_input.rb
|
369
|
+
- test/ruby-1.8.7/lib/unicorn/tee_input.rb
|
370
|
+
- test/ruby-1.8.7/lib/unicorn/tmpio.rb
|
371
|
+
- test/ruby-1.8.7/lib/unicorn/util.rb
|
372
|
+
- test/ruby-1.8.7/lib/unicorn/worker.rb
|
373
|
+
- test/ruby-1.8.7/lib/unicorn.rb
|
374
|
+
- test/ruby-1.8.7/lib/unicorn_http.bundle
|
375
|
+
- test/ruby-1.8.7/test/test_helper.rb
|
376
|
+
- test/ruby-ruby-1.9.2-p290/bin/unicorn
|
377
|
+
- test/ruby-ruby-1.9.2-p290/bin/unicorn_rails
|
378
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/c_util.h
|
379
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/common_field_optimization.h
|
380
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/ext_help.h
|
381
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/extconf.rb
|
382
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/global_variables.h
|
383
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/httpdate.c
|
384
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/httpdate.o
|
385
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/Makefile
|
386
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/mkmf.log
|
387
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/unicorn_http.bundle
|
388
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/unicorn_http.c
|
389
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/unicorn_http.o
|
390
|
+
- test/ruby-ruby-1.9.2-p290/GIT-VERSION-FILE
|
391
|
+
- test/ruby-ruby-1.9.2-p290/GIT-VERSION-GEN
|
392
|
+
- test/ruby-ruby-1.9.2-p290/GNUmakefile
|
393
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/exec_cgi.rb
|
394
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/inetd.rb
|
395
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/old_rails/static.rb
|
396
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/old_rails.rb
|
397
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/cgi_wrapper.rb
|
398
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/configurator.rb
|
399
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/const.rb
|
400
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/http_request.rb
|
401
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/http_response.rb
|
402
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/http_server.rb
|
403
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/launcher.rb
|
404
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/oob_gc.rb
|
405
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/preread_input.rb
|
406
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/socket_helper.rb
|
407
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/ssl_client.rb
|
408
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/ssl_configurator.rb
|
409
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/ssl_server.rb
|
410
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/stream_input.rb
|
411
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/tee_input.rb
|
412
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/tmpio.rb
|
413
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/util.rb
|
414
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/worker.rb
|
415
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn.rb
|
416
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn_http.bundle
|
417
|
+
- test/ruby-ruby-1.9.2-p290/test/test_helper.rb
|
418
|
+
- test/unit/test_configurator.ruby.1.8.7.log
|
419
|
+
- test/unit/test_configurator.ruby.ruby-1.9.2-p290.log
|
420
|
+
- test/unit/test_droplet.ruby.1.8.7.log
|
421
|
+
- test/unit/test_droplet.ruby.ruby-1.9.2-p290.log
|
422
|
+
- test/unit/test_http_parser.ruby.1.8.7.log
|
423
|
+
- test/unit/test_http_parser.ruby.ruby-1.9.2-p290.log
|
424
|
+
- test/unit/test_http_parser_ng.ruby.1.8.7.log
|
425
|
+
- test/unit/test_http_parser_ng.ruby.ruby-1.9.2-p290.log
|
426
|
+
- test/unit/test_http_parser_xftrust.ruby.1.8.7.log
|
427
|
+
- test/unit/test_http_parser_xftrust.ruby.ruby-1.9.2-p290.log
|
428
|
+
- test/unit/test_request.ruby.1.8.7.log
|
429
|
+
- test/unit/test_request.ruby.ruby-1.9.2-p290.log
|
430
|
+
- test/unit/test_response.ruby.1.8.7.log
|
431
|
+
- test/unit/test_response.ruby.ruby-1.9.2-p290.log
|
432
|
+
- test/unit/test_server.rb--test_broken_app.ruby.1.8.7.log
|
433
|
+
- test/unit/test_server.rb--test_broken_app.ruby.ruby-1.9.2-p290.log
|
434
|
+
- test/unit/test_server.rb--test_client_shutdown_write_truncates.ruby.1.8.7.log
|
435
|
+
- test/unit/test_server.rb--test_client_shutdown_write_truncates.ruby.ruby-1.9.2-p290.log
|
436
|
+
- test/unit/test_server.rb--test_client_shutdown_writes.ruby.1.8.7.log
|
437
|
+
- test/unit/test_server.rb--test_client_shutdown_writes.ruby.ruby-1.9.2-p290.log
|
438
|
+
- test/unit/test_server.rb--test_preload_app_config.ruby.1.8.7.log
|
439
|
+
- test/unit/test_server.rb--test_preload_app_config.ruby.ruby-1.9.2-p290.log
|
440
|
+
- test/unit/test_server.rb--test_simple_server.ruby.1.8.7.log
|
441
|
+
- test/unit/test_server.rb--test_simple_server.ruby.ruby-1.9.2-p290.log
|
442
|
+
- test/unit/test_sni_hostnames.ruby.1.8.7.log
|
443
|
+
- test/unit/test_sni_hostnames.ruby.ruby-1.9.2-p290.log
|
444
|
+
- test/unit/test_socket_helper.ruby.1.8.7.log
|
445
|
+
- test/unit/test_socket_helper.ruby.ruby-1.9.2-p290.log
|
446
|
+
- test/unit/test_stream_input.ruby.1.8.7.log
|
447
|
+
- test/unit/test_stream_input.ruby.ruby-1.9.2-p290.log
|
448
|
+
- test/unit/test_tee_input.ruby.1.8.7.log
|
449
|
+
- test/unit/test_tee_input.ruby.ruby-1.9.2-p290.log
|
450
|
+
- test/unit/test_util.ruby.1.8.7.log
|
451
|
+
- test/unit/test_util.ruby.ruby-1.9.2-p290.log
|
365
452
|
homepage: https://github.com/davidguthu/unicorn-lb-patch
|
366
453
|
licenses: []
|
367
454
|
|
@@ -375,25 +462,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
375
462
|
requirements:
|
376
463
|
- - ">="
|
377
464
|
- !ruby/object:Gem::Version
|
378
|
-
hash: 3
|
379
|
-
segments:
|
380
|
-
- 0
|
381
465
|
version: "0"
|
382
466
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
383
467
|
none: false
|
384
468
|
requirements:
|
385
469
|
- - ">"
|
386
470
|
- !ruby/object:Gem::Version
|
387
|
-
hash: 25
|
388
|
-
segments:
|
389
|
-
- 1
|
390
|
-
- 3
|
391
|
-
- 1
|
392
471
|
version: 1.3.1
|
393
472
|
requirements: []
|
394
473
|
|
395
474
|
rubyforge_project:
|
396
|
-
rubygems_version: 1.8.
|
475
|
+
rubygems_version: 1.8.16
|
397
476
|
signing_key:
|
398
477
|
specification_version: 3
|
399
478
|
summary: Unicorn, but with patch for h12 timeouts on heroku - thanks eric wong
|
@@ -453,22 +532,140 @@ test_files:
|
|
453
532
|
- test/rails/app-2.2.2/public/500.html
|
454
533
|
- test/rails/app-2.2.2/Rakefile
|
455
534
|
- test/rails/test_rails.rb
|
535
|
+
- test/ruby-1.8.7/bin/unicorn
|
536
|
+
- test/ruby-1.8.7/bin/unicorn_rails
|
537
|
+
- test/ruby-1.8.7/ext/unicorn_http/c_util.h
|
538
|
+
- test/ruby-1.8.7/ext/unicorn_http/common_field_optimization.h
|
539
|
+
- test/ruby-1.8.7/ext/unicorn_http/ext_help.h
|
540
|
+
- test/ruby-1.8.7/ext/unicorn_http/extconf.rb
|
541
|
+
- test/ruby-1.8.7/ext/unicorn_http/global_variables.h
|
542
|
+
- test/ruby-1.8.7/ext/unicorn_http/httpdate.c
|
543
|
+
- test/ruby-1.8.7/ext/unicorn_http/httpdate.o
|
544
|
+
- test/ruby-1.8.7/ext/unicorn_http/Makefile
|
545
|
+
- test/ruby-1.8.7/ext/unicorn_http/mkmf.log
|
546
|
+
- test/ruby-1.8.7/ext/unicorn_http/unicorn_http.bundle
|
547
|
+
- test/ruby-1.8.7/ext/unicorn_http/unicorn_http.c
|
548
|
+
- test/ruby-1.8.7/ext/unicorn_http/unicorn_http.o
|
549
|
+
- test/ruby-1.8.7/GIT-VERSION-FILE
|
550
|
+
- test/ruby-1.8.7/GIT-VERSION-GEN
|
551
|
+
- test/ruby-1.8.7/GNUmakefile
|
552
|
+
- test/ruby-1.8.7/lib/unicorn/app/exec_cgi.rb
|
553
|
+
- test/ruby-1.8.7/lib/unicorn/app/inetd.rb
|
554
|
+
- test/ruby-1.8.7/lib/unicorn/app/old_rails/static.rb
|
555
|
+
- test/ruby-1.8.7/lib/unicorn/app/old_rails.rb
|
556
|
+
- test/ruby-1.8.7/lib/unicorn/cgi_wrapper.rb
|
557
|
+
- test/ruby-1.8.7/lib/unicorn/configurator.rb
|
558
|
+
- test/ruby-1.8.7/lib/unicorn/const.rb
|
559
|
+
- test/ruby-1.8.7/lib/unicorn/http_request.rb
|
560
|
+
- test/ruby-1.8.7/lib/unicorn/http_response.rb
|
561
|
+
- test/ruby-1.8.7/lib/unicorn/http_server.rb
|
562
|
+
- test/ruby-1.8.7/lib/unicorn/launcher.rb
|
563
|
+
- test/ruby-1.8.7/lib/unicorn/oob_gc.rb
|
564
|
+
- test/ruby-1.8.7/lib/unicorn/preread_input.rb
|
565
|
+
- test/ruby-1.8.7/lib/unicorn/socket_helper.rb
|
566
|
+
- test/ruby-1.8.7/lib/unicorn/ssl_client.rb
|
567
|
+
- test/ruby-1.8.7/lib/unicorn/ssl_configurator.rb
|
568
|
+
- test/ruby-1.8.7/lib/unicorn/ssl_server.rb
|
569
|
+
- test/ruby-1.8.7/lib/unicorn/stream_input.rb
|
570
|
+
- test/ruby-1.8.7/lib/unicorn/tee_input.rb
|
571
|
+
- test/ruby-1.8.7/lib/unicorn/tmpio.rb
|
572
|
+
- test/ruby-1.8.7/lib/unicorn/util.rb
|
573
|
+
- test/ruby-1.8.7/lib/unicorn/worker.rb
|
574
|
+
- test/ruby-1.8.7/lib/unicorn.rb
|
575
|
+
- test/ruby-1.8.7/lib/unicorn_http.bundle
|
576
|
+
- test/ruby-1.8.7/test/test_helper.rb
|
577
|
+
- test/ruby-ruby-1.9.2-p290/bin/unicorn
|
578
|
+
- test/ruby-ruby-1.9.2-p290/bin/unicorn_rails
|
579
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/c_util.h
|
580
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/common_field_optimization.h
|
581
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/ext_help.h
|
582
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/extconf.rb
|
583
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/global_variables.h
|
584
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/httpdate.c
|
585
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/httpdate.o
|
586
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/Makefile
|
587
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/mkmf.log
|
588
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/unicorn_http.bundle
|
589
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/unicorn_http.c
|
590
|
+
- test/ruby-ruby-1.9.2-p290/ext/unicorn_http/unicorn_http.o
|
591
|
+
- test/ruby-ruby-1.9.2-p290/GIT-VERSION-FILE
|
592
|
+
- test/ruby-ruby-1.9.2-p290/GIT-VERSION-GEN
|
593
|
+
- test/ruby-ruby-1.9.2-p290/GNUmakefile
|
594
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/exec_cgi.rb
|
595
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/inetd.rb
|
596
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/old_rails/static.rb
|
597
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/app/old_rails.rb
|
598
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/cgi_wrapper.rb
|
599
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/configurator.rb
|
600
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/const.rb
|
601
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/http_request.rb
|
602
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/http_response.rb
|
603
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/http_server.rb
|
604
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/launcher.rb
|
605
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/oob_gc.rb
|
606
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/preread_input.rb
|
607
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/socket_helper.rb
|
608
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/ssl_client.rb
|
609
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/ssl_configurator.rb
|
610
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/ssl_server.rb
|
611
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/stream_input.rb
|
612
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/tee_input.rb
|
613
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/tmpio.rb
|
614
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/util.rb
|
615
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn/worker.rb
|
616
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn.rb
|
617
|
+
- test/ruby-ruby-1.9.2-p290/lib/unicorn_http.bundle
|
618
|
+
- test/ruby-ruby-1.9.2-p290/test/test_helper.rb
|
456
619
|
- test/test_helper.rb
|
457
620
|
- test/unit/test_configurator.rb
|
621
|
+
- test/unit/test_configurator.ruby.1.8.7.log
|
622
|
+
- test/unit/test_configurator.ruby.ruby-1.9.2-p290.log
|
458
623
|
- test/unit/test_droplet.rb
|
624
|
+
- test/unit/test_droplet.ruby.1.8.7.log
|
625
|
+
- test/unit/test_droplet.ruby.ruby-1.9.2-p290.log
|
459
626
|
- test/unit/test_http_parser.rb
|
627
|
+
- test/unit/test_http_parser.ruby.1.8.7.log
|
628
|
+
- test/unit/test_http_parser.ruby.ruby-1.9.2-p290.log
|
460
629
|
- test/unit/test_http_parser_ng.rb
|
630
|
+
- test/unit/test_http_parser_ng.ruby.1.8.7.log
|
631
|
+
- test/unit/test_http_parser_ng.ruby.ruby-1.9.2-p290.log
|
461
632
|
- test/unit/test_http_parser_xftrust.rb
|
633
|
+
- test/unit/test_http_parser_xftrust.ruby.1.8.7.log
|
634
|
+
- test/unit/test_http_parser_xftrust.ruby.ruby-1.9.2-p290.log
|
462
635
|
- test/unit/test_request.rb
|
636
|
+
- test/unit/test_request.ruby.1.8.7.log
|
637
|
+
- test/unit/test_request.ruby.ruby-1.9.2-p290.log
|
463
638
|
- test/unit/test_response.rb
|
639
|
+
- test/unit/test_response.ruby.1.8.7.log
|
640
|
+
- test/unit/test_response.ruby.ruby-1.9.2-p290.log
|
464
641
|
- test/unit/test_server.rb
|
642
|
+
- test/unit/test_server.rb--test_broken_app.ruby.1.8.7.log
|
643
|
+
- test/unit/test_server.rb--test_broken_app.ruby.ruby-1.9.2-p290.log
|
644
|
+
- test/unit/test_server.rb--test_client_shutdown_write_truncates.ruby.1.8.7.log
|
645
|
+
- test/unit/test_server.rb--test_client_shutdown_write_truncates.ruby.ruby-1.9.2-p290.log
|
646
|
+
- test/unit/test_server.rb--test_client_shutdown_writes.ruby.1.8.7.log
|
647
|
+
- test/unit/test_server.rb--test_client_shutdown_writes.ruby.ruby-1.9.2-p290.log
|
648
|
+
- test/unit/test_server.rb--test_preload_app_config.ruby.1.8.7.log
|
649
|
+
- test/unit/test_server.rb--test_preload_app_config.ruby.ruby-1.9.2-p290.log
|
650
|
+
- test/unit/test_server.rb--test_simple_server.ruby.1.8.7.log
|
651
|
+
- test/unit/test_server.rb--test_simple_server.ruby.ruby-1.9.2-p290.log
|
465
652
|
- test/unit/test_signals.rb
|
466
653
|
- test/unit/test_sni_hostnames.rb
|
654
|
+
- test/unit/test_sni_hostnames.ruby.1.8.7.log
|
655
|
+
- test/unit/test_sni_hostnames.ruby.ruby-1.9.2-p290.log
|
467
656
|
- test/unit/test_socket_helper.rb
|
657
|
+
- test/unit/test_socket_helper.ruby.1.8.7.log
|
658
|
+
- test/unit/test_socket_helper.ruby.ruby-1.9.2-p290.log
|
468
659
|
- test/unit/test_stream_input.rb
|
660
|
+
- test/unit/test_stream_input.ruby.1.8.7.log
|
661
|
+
- test/unit/test_stream_input.ruby.ruby-1.9.2-p290.log
|
469
662
|
- test/unit/test_tee_input.rb
|
663
|
+
- test/unit/test_tee_input.ruby.1.8.7.log
|
664
|
+
- test/unit/test_tee_input.ruby.ruby-1.9.2-p290.log
|
470
665
|
- test/unit/test_upload.rb
|
471
666
|
- test/unit/test_util.rb
|
667
|
+
- test/unit/test_util.ruby.1.8.7.log
|
668
|
+
- test/unit/test_util.ruby.ruby-1.9.2-p290.log
|
472
669
|
- t/bin/content-md5-put
|
473
670
|
- t/bin/sha1sum.rb
|
474
671
|
- t/bin/unused_listen
|
@@ -559,3 +756,4 @@ test_files:
|
|
559
756
|
- t/test-lib.sh
|
560
757
|
- t/test-rails3.sh
|
561
758
|
- t/write-on-close.ru
|
759
|
+
has_rdoc:
|