After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675865 - Critical when getting a 403 with the SoupRequest API
Critical when getting a 403 with the SoupRequest API
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: HTTP Transport
2.39.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-05-11 09:54 UTC by Sergio Villar
Modified: 2012-05-16 03:05 UTC
See Also:
GNOME target: ---
GNOME version: 3.5/3.6


Attachments
Test case (3.81 KB, patch)
2012-05-11 09:58 UTC, Sergio Villar
committed Details | Review

Description Sergio Villar 2012-05-11 09:54:57 UTC
This is a follow up of https://bugzilla.gnome.org/show_bug.cgi?id=674747#c5. I mixed two different bugs with the same outcome in the same report.
Comment 1 Sergio Villar 2012-05-11 09:58:43 UTC
Created attachment 213856 [details] [review]
Test case

Added a new test case for the proxy-test that uses the SoupRequest API.

When testing 403 we get some criticals (there is also a sigsev caused by the test trying to print a NULL error message that can be safely ignored)
Comment 2 Dan Winship 2012-05-16 03:05:23 UTC
Thanks. Fixed in master

Attachment 213856 [details] pushed as 8399b09 - Test case