Diff for /Amaya/amaya/query.c between versions 1.298 and 1.299

version 1.298, 2002/06/04 08:20:29 version 1.299, 2002/06/05 16:19:36
Line 476  char   *HTTP_headers (AHTHeaders *me, AH Line 476  char   *HTTP_headers (AHTHeaders *me, AH
       
   ----------------------------------------------------------------------    ----------------------------------------------------------------------
   MKP: this function is now used in davlib.c file for the WebDAV requests     MKP: this function is now used in davlib.c file for the WebDAV requests 
        ** static AHTReqContext *AHTReqContext_new (int docid) **  
   ---------------------------------------------------------------------- */    ---------------------------------------------------------------------- */
 AHTReqContext *AHTReqContext_new (int docid)  AHTReqContext *AHTReqContext_new (int docid)
 {  {
Line 992  static int redirection_handler (HTReques Line 992  static int redirection_handler (HTReques
        HTRequest_deleteCredentialsAll (request);         HTRequest_deleteCredentialsAll (request);
   
 #ifdef DAV  #ifdef DAV
        /* remove the old If header */         /* remove the old header "If" (WebDAV lock information) */
        DAVRemoveIfHeader (me);         DAVRemoveIfHeader (me);
                 
        /* search lock information for the new url */         /* search lock information for the new url */

Removed from v.1.298  
changed lines
  Added in v.1.299


Webmaster