Index: adp.c
===================================================================
RCS file: /cvsweb/aolserver/nsd/adp.c,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 adp.c
--- adp.c	2000/08/11 22:03:22	1.1.1.2
+++ adp.c	2000/08/15 19:15:06
@@ -1496,9 +1496,9 @@
 	    }
 	    if (Ns_ConnResponseStatus(conn) == 0) {
                 status = Ns_ConnReturnData(conn, 200,
-                                            adPtr->output.string,
-                                            adPtr->output.length,
-                                            adPtr->mimeType);
+		    adPtr->output.string + frame.length,
+		    adPtr->output.length - frame.length,
+		    adPtr->mimeType);
 	    } else {
                 status = NS_OK;
             }
