Closed Bug 1213 Opened 26 years ago Closed 26 years ago

Small fix for network/module/nsHttpUrl.cpp

Categories

(Core :: Networking: HTTP, defect, P2)

Sun
Solaris
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: tor, Assigned: jud)

Details

Compiler didn't like the trailing comma in the enum declaration:

--- nsHttpUrl.cpp-orig  Fri Oct 30 14:23:30 1998
+++ nsHttpUrl.cpp       Fri Oct 30 14:23:39 1998
@@ -42,7 +42,7 @@
         Send_None,
         Send_File,
         Send_Data,
-        Send_DataFromFile,
+        Send_DataFromFile
     } SendType;

 public:
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
thank you for the submission. checked in 10/30/98 11:43am pacific time
QA Contact: 1698
Status: RESOLVED → VERIFIED
Gagan gives his blessing to mark this as verified:

Thus spoken Gagan: "Though its no longer in nsHTTPUrl.cpp, in nsHTTPUrl.h, its
verified fixed and checked in."
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.

Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change.  If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
Component: Networking → Networking: HTTP
You need to log in before you can comment on or make changes to this bug.