On Oct 23, 2012, at 10:31 AM, Greg Gladman wrote: > Hi Saúl, thanks for the quick response. > > Yes, I'm just doing a standard HTTP GET; I've tried from various browsers, a > JSP using java.io.BufferedReader, and a wget from the same machine, and all > return just 65535 bytes. > > If I try with wget from localhost using the external hostname, the results > are the same; if I make the query explicitly against localhost, I get a 404 > and the log file shows "XCAP root not found for URI". > > Sorry for what is undoubtedly a newbie question, and thanks again for your > help. >
You can modify the /etc/hosts file to make your external domain point to 127.0.0.1 and repeat the localhost test. Also, if you do a traffic capture in the OpenXCAP server, do you see OpenXCAP only sending 64K of data? Cheers, -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
