Re: [Pharo-users] Zn maximumEntitySize

2013-05-15 Thread Pierce Ng
On Tue, May 14, 2013 at 01:51:15PM +0200, Sven Van Caekenberghe wrote: > If you do > ConfigurationOfZincHTTPComponents project bleedingEdge load. > from > http://mc.stfx.eu/ZincHTTPComponents > you will find some new ZnServerTests > http://ws.stfx.eu/D8X1CFAEQODI Cool! I'll try

Re: [Pharo-users] Zn maximumEntitySize

2013-05-15 Thread Pierce Ng
On Mon, May 13, 2013 at 03:58:12PM +0200, Sven Van Caekenberghe wrote: > ZnEntityTooLarge is a condition that is signaled by the server when it is > receiving (reading) an incoming entity that is too large. This is done to > protect the server. This condition is only applicable to ZnEntity and > su

Re: [Pharo-users] Zn maximumEntitySize

2013-05-14 Thread Sven Van Caekenberghe
Hi Pierce, On 13 May 2013, at 15:58, Sven Van Caekenberghe wrote: > I will see if I can write some high level tests. If you do ConfigurationOfZincHTTPComponents project bleedingEdge load. from http://mc.stfx.eu/ZincHTTPComponents you will find some new ZnServerTests

Re: [Pharo-users] Zn maximumEntitySize

2013-05-13 Thread Sven Van Caekenberghe
Hi Pierce, On 13 May 2013, at 14:35, Pierce Ng wrote: > Hi, > > (Second try. Seems my first attempt went out at just around the time the > previous list died.) > > I'm writing (what should become) a series of blog posts on fuzzing. My blog > runs as a Zinc server delegate on Pharo. From source