Archive for 23. July 2007

Re: TrackerRequestSession - questions/ideas
Hi Petr, That is fine: call (session->handleResponseBody (responseBody)) .willCall (sessionStatus->trackerRequestSessionResponseRecieved (trackerResponse)) .returns() .returns(); I’ve been thinking whether we should also check trackerResponse.failureReason() in the TrackerRequestSession and call something like trackerRequestFaildOnTrackerError(), or check only HTTP errors - (more...)
Re: Various compilers/OS/architectures calitko tests
Hi Petr, It's great you run these tests! I think we can manage to compile calitko using all compilers. Intel C/C++ compiler (ICC) 10.0 make -f Makefile.calitko-wrapper.tester make[2]: Entering directory `/homes/eva/xz/xzemek02/Test/Calitko/calitko-dev' icpc -x c++-header -c (more...)
Re: TrackerRequestSession - questions/ideas
Hi Peter, You could also have a look at RFC 2616 Section 10.4 Client Error 4xx about the different HTTP 400 error codes. We should think what we should do in (more...)