rack-worker 0.0.1.alpha → 0.0.1.alpha2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rack/worker/version.rb +1 -1
- data/lib/rack/worker.rb +1 -2
- metadata +1 -1
data/lib/rack/worker/version.rb
CHANGED
data/lib/rack/worker.rb
CHANGED
@@ -28,7 +28,7 @@ module Rack
|
|
28
28
|
QC.enqueue("#{self.class.name}.process_request",
|
29
29
|
@app.class.name, key)
|
30
30
|
end
|
31
|
-
[
|
31
|
+
[202, {"Content-type" => "text/plain"}, []]
|
32
32
|
end
|
33
33
|
end
|
34
34
|
end
|
@@ -59,4 +59,3 @@ module Rack
|
|
59
59
|
end
|
60
60
|
end
|
61
61
|
end
|
62
|
-
|