Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
lib_3.0_1.fix
Package: arena-beta-2b-src.tar.gz [view]
Upload User: zlh9724
Upload Date: 2007-01-04
Package Size: 1991k
Code Size: 2k
Category:
Browser Client
Development Platform:
Unix_Linux
- ===================================================================
- RCS file: /afs/w3.org/hypertext/WWW/Library/Repository/Implementation/HTTP.c,v
- retrieving revision 1.79
- diff -c -r1.79 HTTP.c
- *** 1.79 1995/03/21 20:44:20
- --- /Library/Implementation/HTTP.c 1995/07/10 03:19:05
- ***************
- *** 492,498 ****
- req->output_format, req->output_stream);
- PUTBLOCK(me->buffer, me->cnt);
- } else {
- ! if (req->output_format == WWW_SOURCE) {
- me->target = HTMIMEConvert(req, NULL, WWW_MIME,
- req->output_format,
- req->output_stream);
- --- 492,521 ----
- req->output_format, req->output_stream);
- PUTBLOCK(me->buffer, me->cnt);
- } else {
- ! if (me->status==200) {
- ! HTStream *s;
- ! if (req->output_format == WWW_SOURCE) {
- ! me->target = HTMIMEConvert(req, NULL, WWW_MIME,
- ! req->output_format,
- ! req->output_stream);
- ! } else {
- ! me->target = HTStreamStack(WWW_MIME, req->output_format,
- ! req->output_stream, req, NO);
- !
- ! if (req->method==METHOD_GET && HTCacheDir &&
- ! (s = HTCacheWriter(req, NULL, WWW_MIME,
- ! req->output_format,
- ! req->output_stream))) {
- ! me->target = HTTee(me->target, s);
- ! }
- ! }
- ! } else {
- ! me->target = HTMIMEConvert(req,NULL, WWW_MIME, WWW_SOURCE,
- ! req->output_flush);
- ! }
- !
- ! #if 0
- ! if (req->output_format == WWW_SOURCE) {
- me->target = HTMIMEConvert(req, NULL, WWW_MIME,
- req->output_format,
- req->output_stream);
- ***************
- *** 516,521 ****
- --- 539,545 ----
- WWW_SOURCE, req->output_flush ?
- req->output_flush : HTBlackHole());
- }
- + #endif
- if (!me->target)
- me->target = HTBlackHole(); /* What else */
- }