~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/gopher.cc

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
853
853
        do_next_read = 0;
854
854
    } else if (len == 0) {
855
855
        /* Connection closed; retrieval done. */
856
 
        /* flush the rest of data in temp unsafeBuf if there is one. */
 
856
        /* flush the rest of data in temp buf if there is one. */
857
857
 
858
858
        if (gopherState->conversion != gopher_ds::NORMAL)
859
859
            gopherEndHTML(gopherState);