Menu

Bugtracker no longer available?

2022-03-18
2022-03-18
  • Rainer Jung

    Rainer Jung - 2022-03-18

    It seems the SourceForge bug tracker is no longer available in the menues of the mod_qos projects. Is it intentional?
    Thanks and regards,
    Rainer
    P.S.: I have a small improvment for Windows 32 Bit builds but compatible with all other platforms. Where should I post it? Here? It will be:

    --- mod_qos.c.orig      2022-03-18 13:25:17.659791600 +0100
    +++ mod_qos.c   2022-03-18 12:31:05.130441100 +0100
    @@ -6488,7 +6488,7 @@
      * @param thread
      * @param selfv Base server_rec
      */
    -static void *qos_status_thread(apr_thread_t *thread, void *selfv) {
    +static void *APR_THREAD_FUNC qos_status_thread(apr_thread_t *thread, void *selfv) {
       qsstatus_t *s = selfv;
       int server_limit, thread_limit;
       ap_mpm_query(AP_MPMQ_HARD_LIMIT_THREADS, &thread_limit);
    @@ -7802,7 +7802,7 @@
      * @param thread
      * @param selfv Base server_rec
      */
    -static void *qos_req_rate_thread(apr_thread_t *thread, void *selfv) {
    +static void *APR_THREAD_FUNC qos_req_rate_thread(apr_thread_t *thread, void *selfv) {
       server_rec *bs = selfv;
       qos_srv_config *sconf = (qos_srv_config*)ap_get_module_config(bs->module_config, &qos_module);
       // list of ip addr. for whose we shall inc. block count
    
     
  • Pascal Buchbinder

    This is the right place to post suggestions like this. The best way to exchange ideas or getting help is by using its forum.
    I'm going to apply suggested changes / improvements like this as long as they don't break any tests (on Linux).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.