*** Library/Implementation/HTAccess.c	Thu Sep 29 12:53:28 1994
--- Library/Implementation/HTAccess.c.patch	Sat Nov 12 11:10:31 1994
***************
*** 677,683 ****
  
      /* The error stack might contain general information to the client
         about what has been going on in the library (not only errors) */
!     if (request->error_stack)
  	HTErrorMsg(request);
  
      if (status == HT_LOADED) {
--- 677,683 ----
  
      /* The error stack might contain general information to the client
         about what has been going on in the library (not only errors) */
!     if (!HTImProxy && request->error_stack)
  	HTErrorMsg(request);
  
      if (status == HT_LOADED) {
***************
*** 701,712 ****
      
      /* Bug fix thanks to Lou Montulli. Henrik 10/03-94 */
      if (status<=0) {		      /* Failure in accessing a document */
! #ifdef CURSES
!         user_message("Can't access `%s'", full_address);
! #else
! 	if (TRACE) fprintf(stderr, 
! 		"HTAccess: Can't access `%s'\n", full_address);
! #endif
  	free(full_address);
  	return NO;
      }
--- 701,710 ----
      
      /* Bug fix thanks to Lou Montulli. Henrik 10/03-94 */
      if (status<=0) {		      /* Failure in accessing a document */
! 	if (HTImProxy)
! 	    HTErrorMsg(request);
! 	if (PROT_TRACE)
! 	    fprintf(stderr, "HTAccess.... Can't access `%s'\n", full_address);
  	free(full_address);
  	return NO;
      }
