• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

civetweb / civetweb / 2253
0%

Build:
DEFAULT BRANCH: master
Ran 24 Feb 2022 01:55PM UTC
Jobs 1
Files 5
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2253

push

travis-ci-com

bel2125
Interface change: struct mg_error_data

The "struct mg_error_data" is used to return error information.
It is used only in functions marked as "experimental", and was never fully implemented.
In particular, there was a pointer "code". The latest release did not do anything
useful with this pointer: it was set to 0 once, and neigher read nor written later.
It is only additional complexity with no benefit to have a pointer here instead of a value.
Therefore this experimental interface has been modified to provide a value.

Now the civetweb.c code will set mg_error_data.code to a reasonable error code.
The values of all error codes have been defined in civetweb.h as MG_ERROR_DATA_CODE_*
In addition to "code" there is also a new member "code_sub".
The interpretation of this value depends on "code".
In combination "code" and "code_sub" should provide enough error information, embedding
code cound use it for language specific error messages.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
4 2253.4 (idx=6 N=GCCAnyVersion-Linux-Coverage BUILD_TYPE=Coverage ENABLE_SSL_DYNAMIC_LOADING=YES OPENSSL_1_0=YES OPENSSL_1_1=NO ENABLE_CXX=NO ENABLE_LUA_SHARED=NO C_STANDARD=auto CXX_STANDARD=auto BUILD_SHARED=NO NO_FILES=NO ENABLE_SSL=YES NO_CGI=NO ENABLE_IPV6=YES ENABLE_WEBSOCKETS=YES ENABLE_SERVER_STATS=YES ENABLE_LUA=NO ENABLE_DUKTAPE=NO NO_CACHING=NO ALLOW_WARNINGS=YES RUN_UNITTEST=1) 24 Feb 2022 01:55PM UTC 0
0.0
Travis Job 2253.4
Source Files on build 2253
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2253
  • e037c4e8 on github
  • Prev Build on master (#2252)
  • Next Build on master (#2256)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc