Vadim Gritsenko wrote:

[EMAIL PROTECTED] wrote:

public boolean isResponseModified(long lastModified) {
- throw new AssertionFailedError("Not implemented");
+ return false;
}


IIUC, it should be 'true', otherwise you should be getting empty response (in http env, this is 304 Not Modified), and reader won't even get called.

Vadim

Thanks, that helps a little bit, still don't get any output though.

/Daniel



Reply via email to