Rainbows! Rack HTTP server user/dev discussion
 help / color / mirror / code / Atom feed
blob 7615093871cebfa9212807e46558071643a45217 254 bytes (raw)
name: t/simple-http_EventMachineThreadSpawn.ru 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
use Rack::ContentLength
use Rack::ContentType
run lambda { |env|
  if env['rack.multithread'] == true &&
     env['rainbows.model'] == :EventMachineThreadSpawn
    [ 200, {}, [ env.inspect << "\n" ] ]
  else
    raise "rack.multithread is false"
  end
}

debug log:

solving 7615093 ...
found 7615093 in https://yhbt.net/rainbows-public/1379421104-75563-1-git-send-email-godfat@godfat.org/

applying [1/1] https://yhbt.net/rainbows-public/1379421104-75563-1-git-send-email-godfat@godfat.org/
diff --git a/t/simple-http_EventMachineThreadSpawn.ru b/t/simple-http_EventMachineThreadSpawn.ru
new file mode 100644
index 0000000..7615093

Checking patch t/simple-http_EventMachineThreadSpawn.ru...
Applied patch t/simple-http_EventMachineThreadSpawn.ru cleanly.

index at:
100644 7615093871cebfa9212807e46558071643a45217	t/simple-http_EventMachineThreadSpawn.ru

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/rainbows.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).