Skip to content

Commit

Permalink
Issue #53: barring any new sent but not implmented messages, this bug…
Browse files Browse the repository at this point in the history
… should be fixed .... of course Issue #61 and Issue #62 were opened to implement the missing behavior
  • Loading branch information
dalehenrich committed Nov 18, 2014
1 parent 3dc65e3 commit a9aaa40
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 21 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"httpGetDocument:args:" : "SvenVanCaekenberghe 9/14/2010 08:18",
"httpGetDocument:args:accept:" : "SvenVanCaekenberghe 9/20/2011 13:39",
"httpGetDocument:args:accept:request:" : "SvenVanCaekenberghe 8/19/2011 11:19",
"httpGif:" : "SvenVanCaekenberghe 9/15/2011 16:28",
"httpPng:" : "SvenVanCaekenberghe 9/15/2011 16:28",
"httpPost:args:accept:" : "SvenVanCaekenberghe 8/19/2011 11:28",
"httpPost:args:user:passwd:" : "SvenVanCaekenberghe 8/19/2011 11:34",
"httpPostDocument:args:" : "SvenVanCaekenberghe 9/17/2010 20:05",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
system startup
startUp: resuming
"Our system startUp hook: start all servers we manage.
We do this using deferred startup actions to allow normal error handling."
"noop for gemstone ... always explicitly start server on startup for GemStone"

(resuming or: [ self alwaysRestart ])
ifTrue: [
Smalltalk addDeferredStartupAction: [
self managedServers do: [ :each | each start ] ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"shutDown:" : "SvenVanCaekenberghe 9/18/2012 13:38",
"startDefaultOn:" : "SvenVanCaekenberghe 12/22/2011 12:04",
"startOn:" : "SvenVanCaekenberghe 12/22/2011 11:30",
"startUp:" : "SvenVanCaekenberghe 9/29/2012 20:51",
"startUp:" : "dkh 11/17/2014 16:04",
"stopDefault" : "SvenVanCaekenberghe 12/22/2011 11:29",
"unregister:" : "SvenVanCaekenberghe 8/18/2011 14:10" },
"instance" : {
Expand Down
2 changes: 1 addition & 1 deletion repository/Zinc-HTTP.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
benchRead
^ [ self read ] bench
^ [ self read ] perform: #'bench'
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
accessing
benchWrite
^ [ self write ] bench
^ [ self write ] perform: #'bench'
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"asciiResponse256k" : "SvenVanCaekenberghe 5/21/2013 19:59",
"asciiResponse64k" : "SvenVanCaekenberghe 5/21/2013 20:06",
"asciiResponse8k" : "SvenVanCaekenberghe 5/21/2013 20:05",
"benchRead" : "SvenVanCaekenberghe 5/21/2013 17:07",
"benchWrite" : "SvenVanCaekenberghe 5/21/2013 17:06",
"benchRead" : "dkh 11/17/2014 16:15",
"benchWrite" : "dkh 11/17/2014 16:11",
"binaryResponse256k" : "SvenVanCaekenberghe 5/21/2013 16:18",
"binaryResponse64k" : "SvenVanCaekenberghe 5/21/2013 16:18",
"binaryResponse8k" : "SvenVanCaekenberghe 5/21/2013 16:18",
Expand Down
2 changes: 1 addition & 1 deletion repository/Zinc-Tests.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit a9aaa40

Please sign in to comment.